mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 07:25:05 -04:00
Rename Cache->DeferredCache
This commit is contained in:
parent
7eff59ec91
commit
9f87da0a84
8 changed files with 30 additions and 25 deletions
|
@ -42,9 +42,9 @@ def run_on_reactor():
|
|||
return make_deferred_yieldable(d)
|
||||
|
||||
|
||||
class CacheTestCase(unittest.TestCase):
|
||||
class DeferredCacheTestCase(unittest.TestCase):
|
||||
def test_invalidate_all(self):
|
||||
cache = descriptors.Cache("testcache")
|
||||
cache = descriptors.DeferredCache("testcache")
|
||||
|
||||
callback_record = [False, False]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue