Skip to content

Commit 9600a1f

Browse files
committed
tests/pyb: Update CAN test to expect that auto_restart is printed.
1 parent b7d576d commit 9600a1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/pyb/can.py.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ CAN YA
77
CAN YB
88
ValueError YC
99
CAN(1)
10-
CAN(1, CAN.LOOPBACK, extframe=False)
10+
CAN(1, CAN.LOOPBACK, extframe=False, auto_restart=False)
1111
False
1212
True
1313
(123, False, 0, b'abcd')
1414
(2047, False, 0, b'abcd')
1515
(0, False, 0, b'abcd')
1616
passed
17-
CAN(1, CAN.LOOPBACK, extframe=True)
17+
CAN(1, CAN.LOOPBACK, extframe=True, auto_restart=False)
1818
passed
1919
('0x8', '0x1c', '0xa', b'ok')
2020
('0x800', '0x1c00', '0xa00', b'ok')

0 commit comments

Comments
 (0)