Add missing provision in cache test

This commit is contained in:
lash
2022-03-12 14:22:55 +00:00
parent d5f19248da
commit bdebeb6010
2 changed files with 1 additions and 3 deletions

View File

@@ -36,8 +36,6 @@ class Store:
for v in ['state', 'change', 'set', 'unset']:
setattr(self, v, getattr(self.state_store, v))
logg.debug('cache {}'.format(cache))
def put(self, k, v, cache_adapter=CacheTx):
n = self.counter.next()