mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix test
This commit is contained in:
parent
758d114cbc
commit
e7ce5d8b06
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user