mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 15:48:53 -05:00
Fix tests.
This commit is contained in:
parent
410a74b0f3
commit
e111a06e0a
2 changed files with 3 additions and 4 deletions
|
|
@ -74,8 +74,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
yield self.handlers.federation_handler.on_receive(event, False, False)
|
||||
|
||||
self.datastore.persist_event.assert_called_once_with(event, False)
|
||||
self.notifier.on_new_room_event.assert_called_once_with(
|
||||
event, store_id)
|
||||
self.notifier.on_new_room_event.assert_called_once_with(event)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_invite_join_target_this(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue