summary refs log tree commit diff
path: root/tests/handlers/test_typing.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-20 18:29:12 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-20 18:29:12 +0100
commit061b9895eb04349d862db7d15ca84bcd3b9911c7 (patch)
tree33a6c33f4f5f0c44f8676213392454b828763d45 /tests/handlers/test_typing.py
parentMerge commit '525efab61' into anoa/dinsic_release_1_21_x (diff)
parentMerge tag 'v1.20.0rc1' into develop (diff)
downloadsynapse-061b9895eb04349d862db7d15ca84bcd3b9911c7.tar.xz
Merge commit 'cca03dbec' into anoa/dinsic_release_1_21_x
* commit 'cca03dbec':
  fix typo
  s/fixes/fix/
  Directly import json from the standard library. (#8259)
  Allow for make_awaitable's return value to be re-used. (#8261)
  Rename 'populate_stats_process_rooms_2' background job back to 'populate_stats_process_rooms' again (#8243)
Diffstat (limited to 'tests/handlers/test_typing.py')
-rw-r--r--tests/handlers/test_typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py

index 7bf15c4ba9..ae6bc24f4c 100644 --- a/tests/handlers/test_typing.py +++ b/tests/handlers/test_typing.py
@@ -116,7 +116,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase): retry_timings_res ) - self.datastore.get_device_updates_by_remote.side_effect = lambda destination, from_stream_id, limit: make_awaitable( + self.datastore.get_device_updates_by_remote.return_value = make_awaitable( (0, []) )