Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Oct 10, 2024
1 parent 372b49c commit 17892e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/usbprotocol/test_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_comms_reset_rx(self):
TX_QUEUES = (lpp.tx1_q, lpp.tx2_q, lpp.tx3_q)
lpp.comms_can_reset()

test_msg = (0x100, fb"{id(lpp.tx1_q}[:8])", 0 )
test_msg = (0x100, fb"{id(lpp.tx1_q)[:8]})", 0 )
for _ in range(100):
can_pkt_tx = libpanda_py.make_CANPacket(test_msg[0], test_msg[2], test_msg[1], lpp, ffi)
lpp.can_push(lpp.rx_q, can_pkt_tx)
Expand Down

0 comments on commit 17892e3

Please sign in to comment.