summary refs log tree commit diff
path: root/tests/handlers/test_typing.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:25:08 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:25:08 +0000
commit06d54f9f8c1044e35331eeeba98f4c454abfcae3 (patch)
tree04d5ca2f3d989c165f2607d76a49274602216436 /tests/handlers/test_typing.py
parentCast a coroutine into a Deferred in the federation base (#6996) (diff)
parentStore room version on invite (#6983) (diff)
downloadsynapse-06d54f9f8c1044e35331eeeba98f4c454abfcae3.tar.xz
Store room version on invite (#6983)
* commit '3e99528f2':
  Store room version on invite (#6983)
Diffstat (limited to 'tests/handlers/test_typing.py')
-rw-r--r--tests/handlers/test_typing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py

index 07b204666e..51e2b37218 100644 --- a/tests/handlers/test_typing.py +++ b/tests/handlers/test_typing.py
@@ -74,6 +74,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase): "set_received_txn_response", "get_destination_retry_timings", "get_devices_by_remote", + "maybe_store_room_on_invite", # Bits that user_directory needs "get_user_directory_stream_pos", "get_current_state_deltas",