mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 14:18:55 +01:00
Fix tests.
This commit is contained in:
parent
3598c11c8d
commit
822b15ea43
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
yield self.handlers.federation_handler.on_receive_pdu(pdu, False)
|
||||
|
||||
self.datastore.persist_event.assert_called_once_with(
|
||||
ANY, is_new_state=False, backfilled=False
|
||||
ANY, is_new_state=False, backfilled=False, current_state=None
|
||||
)
|
||||
|
||||
self.state_handler.annotate_event_with_state.assert_called_once_with(
|
||||
|
|
Loading…
Reference in a new issue