Skip to content

Commit

Permalink
update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Dec 2, 2023
1 parent 8cbd294 commit c1c0ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/tests/test_messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_new_message(self, evt):
except capnp.lib.capnp.KjException:
msg = messaging.new_message(evt, random.randrange(200))
self.assertLess(time.monotonic() - msg.logMonoTime, 0.1)
self.assertTrue(msg.valid)
self.assertFalse(msg.valid)
self.assertEqual(evt, msg.which())

@parameterized.expand(events)
Expand Down

0 comments on commit c1c0ea2

Please sign in to comment.