Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland authored Jul 11, 2024
1 parent 22a5ba1 commit ceb6036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def setUp(self):
self.scanner = canopen.network.NodeScanner()

def test_scanner_on_message_received(self):
self.scanner.on_message_received(0x081)
# Emergency frames should be recognized.
self.scanner.on_message_received(0x081)
# Heartbeats should be recognized.
Expand Down

0 comments on commit ceb6036

Please sign in to comment.