Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2d924c5

Browse files
committed
Remove check that set stream has not been called.
1 parent 88d2d5c commit 2d924c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/handlers/test_appservice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def test_notify_interested_services_ephemeral_out_of_order(self):
302302

303303
self.handler.notify_interested_services_ephemeral("receipt_key", 579)
304304
self.mock_scheduler.submit_ephemeral_events_for_as.assert_not_called()
305-
self.mock_store.set_type_stream_id_for_appservice.assert_not_called()
306305

307306
def _mkservice(self, is_interested, protocols=None):
308307
service = Mock()

0 commit comments

Comments
 (0)