0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 18:33:53 +01:00
This commit is contained in:
Erik Johnston 2015-03-16 00:30:59 +00:00
parent 758d114cbc
commit e7ce5d8b06

View file

@ -219,7 +219,7 @@ class RoomMemberHandlerTestCase(unittest.TestCase):
yield room_handler.change_membership(event, context)
self.federation.handle_new_event.assert_called_once_with(
event, destinations=set()
event, destinations=set(['red'])
)
self.datastore.persist_event.assert_called_once_with(