Move DictionaryCache
parent
e7768e77f5
commit
c67ba143fa
|
@ -17,7 +17,7 @@
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from tests import unittest
|
from tests import unittest
|
||||||
|
|
||||||
from synapse.storage.util.caches import DictionaryCache
|
from synapse.util.dictionary_cache import DictionaryCache
|
||||||
|
|
||||||
|
|
||||||
class DictCacheTestCase(unittest.TestCase):
|
class DictCacheTestCase(unittest.TestCase):
|
||||||
|
|
Loading…
Reference in New Issue