mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
Break unit test.
This commit is contained in:
parent
5b096cc3db
commit
6045bd89fb
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class StateTestCase(unittest.TestCase):
|
||||||
|
|
||||||
is_new = yield self.state.handle_new_state(new_pdu)
|
is_new = yield self.state.handle_new_state(new_pdu)
|
||||||
|
|
||||||
self.assertTrue(is_new)
|
self.assertFalse(is_new)
|
||||||
|
|
||||||
self.persistence.get_unresolved_state_tree.assert_called_once_with(
|
self.persistence.get_unresolved_state_tree.assert_called_once_with(
|
||||||
new_pdu
|
new_pdu
|
||||||
|
|
Loading…
Reference in a new issue