Skip to content

Commit 1e792c3

Browse files
committed
aioble/multitests: Adjust expected output for write capture test.
Testing shows that the first two writes always go through and the rest are dropped, so update the .exp file to match that. Signed-off-by: Damien George <damien@micropython.org>
1 parent 63736c1 commit 1e792c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

micropython/bluetooth/aioble/multitests/ble_write_capture.py.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
advertise
33
connected
44
written b'central0'
5-
written b'central2'
5+
written b'central1'
66
written b'central0' True
77
written b'central1' True
88
written b'central2' True

0 commit comments

Comments
 (0)