Skip to content

Commit

Permalink
Amend comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jul 9, 2024
1 parent 991af60 commit b871cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'")

Expand Down

0 comments on commit b871cf2

Please sign in to comment.