diff --git a/test/test_nmt.py b/test/test_nmt.py index ac1cfdd2..b6892cff 100644 --- a/test/test_nmt.py +++ b/test/test_nmt.py @@ -92,7 +92,7 @@ def test_nmt_master_on_heartbeat_unknown_state(self): task = self.net.send_periodic(self.COB_ID, [0xcb], self.PERIOD) self.addCleanup(task.stop) state = self.node.nmt.wait_for_heartbeat(self.TIMEOUT) - # Expect the high bit to be masked out, and and unknown state string to + # Expect the high bit to be masked out, and a formatted string to # be returned. self.assertEqual(state, "UNKNOWN STATE '75'")