mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Still broken.
This commit is contained in:
parent
83c53113af
commit
3db09c4d15
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ class StateTestCase(unittest.TestCase):
|
|||
|
||||
is_new = yield self.state.handle_new_state(new_pdu)
|
||||
|
||||
self.assertFalse(is_new)
|
||||
self.assertTrue(is_new)
|
||||
self.assertTrue(False)
|
||||
|
||||
self.persistence.get_unresolved_state_tree.assert_called_once_with(
|
||||
new_pdu
|
||||
|
|
Loading…
Add table
Reference in a new issue