Break unit test.

pull/9/head
Kegan Dougal 2014-10-08 15:16:03 +01:00
parent 5b096cc3db
commit 6045bd89fb
1 changed files with 1 additions and 1 deletions

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