mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 05:13:50 +01:00
Fix test
This commit is contained in:
parent
758d114cbc
commit
e7ce5d8b06
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue