Skip to content
Snippets Groups Projects
Commit 6df319b6 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix tests

parent f1d2b94e
Branches
Tags
No related merge requests found
...@@ -219,7 +219,7 @@ class RoomMemberHandlerTestCase(unittest.TestCase): ...@@ -219,7 +219,7 @@ class RoomMemberHandlerTestCase(unittest.TestCase):
yield room_handler.change_membership(event, context) yield room_handler.change_membership(event, context)
self.federation.handle_new_event.assert_called_once_with( self.federation.handle_new_event.assert_called_once_with(
event, destinations=set(['red']) event, destinations=set()
) )
self.datastore.persist_event.assert_called_once_with( self.datastore.persist_event.assert_called_once_with(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment