Skip to content

Commit a7a84ca

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 c017136 commit a7a84ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)