Break a test.

This commit is contained in:
Kegan Dougal 2014-10-09 15:51:05 +01:00
parent 72aef114ab
commit 83c53113af

View file

@ -71,7 +71,7 @@ class StateTestCase(unittest.TestCase):
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(
new_pdu