Skip to content

Commit

Permalink
Update test/test_slcan.py
Browse files Browse the repository at this point in the history
Type fix in slcan test

Co-authored-by: zariiii9003 <52598363+zariiii9003@users.noreply.github.com>
  • Loading branch information
BroderickJack and zariiii9003 committed Apr 3, 2023
1 parent c9e88ea commit 8f424ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_slcan.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_recv_extended(self):
self.assertSequenceEqual(msg.data, [0xAA, 0x55])

# Ewert Energy Systems CANDapter specific
elf.serial.write(b"x12ABCDEF2AA55\r")
self.serial.write(b"x12ABCDEF2AA55\r")
msg = self.bus.recv(TIMEOUT)
self.assertIsNotNone(msg)
self.assertEqual(msg.arbitration_id, 0x12ABCDEF)
Expand Down

0 comments on commit 8f424ce

Please sign in to comment.