summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-06-11 17:57:44 +0100
committerDavid Robertson <davidr@element.io>2022-06-11 17:57:44 +0100
commit797b2bd9c75e7f58a78bd1fb4143360e801d1316 (patch)
tree145b819739101d55c21cb62dbb618f7d0e0d03aa /tests
parentCast to postgres types when handling postgres db (diff)
downloadsynapse-797b2bd9c75e7f58a78bd1fb4143360e801d1316.tar.xz
Remove unused method
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 1d06398b48..8f65edea29 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -269,10 +269,6 @@ class MockClock:
     def advance_time_msec(self, ms):
         self.advance_time(ms / 1000.0)
 
-    def time_bound_deferred(self, d, *args, **kwargs):
-        # We don't bother timing things out for now.
-        return d
-
 
 async def create_room(hs, room_id: str, creator_id: str):
     """Creates and persist a creation event for the given room"""