From 1e792c39d3eb0f7bb2ddbf9b47eda479f32c9ae2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 25 May 2024 18:24:19 +1000 Subject: [PATCH] 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 --- .../bluetooth/aioble/multitests/ble_write_capture.py.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/bluetooth/aioble/multitests/ble_write_capture.py.exp b/micropython/bluetooth/aioble/multitests/ble_write_capture.py.exp index dd0c6d68..366af008 100644 --- a/micropython/bluetooth/aioble/multitests/ble_write_capture.py.exp +++ b/micropython/bluetooth/aioble/multitests/ble_write_capture.py.exp @@ -2,7 +2,7 @@ advertise connected written b'central0' -written b'central2' +written b'central1' written b'central0' True written b'central1' True written b'central2' True