mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-30 20:31:13 +00:00
Add missing type hints to tests.replication. (#14987)
This commit is contained in:
@@ -39,7 +39,7 @@ class ModuleCacheInvalidationTestCase(BaseMultiWorkerStreamTestCase):
|
||||
synapse.rest.admin.register_servlets,
|
||||
]
|
||||
|
||||
def test_module_cache_full_invalidation(self):
|
||||
def test_module_cache_full_invalidation(self) -> None:
|
||||
main_cache = TestCache()
|
||||
self.hs.get_module_api().register_cached_function(main_cache.cached_function)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user