mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:04:50 -04: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
Add a link
Reference in a new issue