Skip to content

Commit 8667eab

Browse files
dpgeorgekapetan
authored andcommitted
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 <[email protected]>
1 parent b47f26b commit 8667eab

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)