Skip to content
Snippets Groups Projects
Commit 822b15ea authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix tests.

parent 3598c11c
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ class FederationTestCase(unittest.TestCase): ...@@ -98,7 +98,7 @@ class FederationTestCase(unittest.TestCase):
yield self.handlers.federation_handler.on_receive_pdu(pdu, False) yield self.handlers.federation_handler.on_receive_pdu(pdu, False)
self.datastore.persist_event.assert_called_once_with( 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( self.state_handler.annotate_event_with_state.assert_called_once_with(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment