0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 12:09:06 +02:00

Still broken.

This commit is contained in:
Kegan Dougal 2014-10-09 15:53:40 +01:00
parent 83c53113af
commit 3db09c4d15

View file

@ -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