summary refs log tree commit diff
path: root/tests/storage/test_roommember.py
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-05-23 13:23:26 +0200
committerGitHub <noreply@github.com>2022-05-23 11:23:26 +0000
commit444588c5fc5e4fd0f3796d389fe5f062acc55286 (patch)
tree9fc7c743e6f3b19361f61035a0e6c381e782e947 /tests/storage/test_roommember.py
parentFix Complement `TestCanRegisterAdmin` with workers, by adding Complement's sh... (diff)
downloadsynapse-444588c5fc5e4fd0f3796d389fe5f062acc55286.tar.xz
Add some type hints to tests files (#12833)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'tests/storage/test_roommember.py')
-rw-r--r--tests/storage/test_roommember.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_roommember.py b/tests/storage/test_roommember.py
index a2a9c05f24..1218786d79 100644
--- a/tests/storage/test_roommember.py
+++ b/tests/storage/test_roommember.py
@@ -34,7 +34,7 @@ class RoomMemberStoreTestCase(unittest.HomeserverTestCase):
         room.register_servlets,
     ]
 
-    def prepare(self, reactor: MemoryReactor, clock: Clock, hs: TestHomeServer) -> None:
+    def prepare(self, reactor: MemoryReactor, clock: Clock, hs: TestHomeServer) -> None:  # type: ignore[override]
 
         # We can't test the RoomMemberStore on its own without the other event
         # storage logic