Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Nov 26, 2014
1 parent 3598c11 commit 822b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/test_federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def annotate(ev, old_state=None):
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(
Expand Down

0 comments on commit 822b15e

Please sign in to comment.