Add missing provision in cache test
This commit is contained in:
parent
d5f19248da
commit
bdebeb6010
@ -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()
|
||||
|
@ -19,7 +19,7 @@ from chainqueue.cache import (
|
||||
from tests.base_shep import TestShepBase
|
||||
from tests.common import (
|
||||
MockTokenCache,
|
||||
MockTokenCacheTx,
|
||||
MockCacheTokenTx,
|
||||
)
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user