Skip to content

Commit 9afcdd9

Browse files
committed
Try 2
1 parent f63e3f3 commit 9afcdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ async def load_callback(event: pw_api.NodeEvent, mac: str) -> None: # type: ign
22072207
assert test_scan.scan_config_task_scheduled
22082208
await test_scan._awake_response(awake_response2) # pylint: disable=protected-access
22092209
await asyncio.sleep(0.001) # Ensure time for task to be executed
2210-
assert not test_scan.scan_config_task_scheduled
2210+
assert not test_scan._scan_config_task_scheduled # _ added
22112211
assert test_scan.reset_timer == 25
22122212
assert test_scan.motion_config.reset_timer == 25
22132213

0 commit comments

Comments
 (0)