mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Break a test.
This commit is contained in:
parent
72aef114ab
commit
83c53113af
@ -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 New Issue
Block a user