Skip to content

Commit 01389d6

Browse files
committed
Try test
1 parent 6e9b539 commit 01389d6

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
@@ -2203,7 +2203,7 @@ async def load_callback(event: pw_api.NodeEvent, mac: str) -> None: # type: ign
22032203
mock_stick_controller.send_response = scan_config_failed
22042204
await test_scan._awake_response(awake_response1) # pylint: disable=protected-access
22052205
await asyncio.sleep(0.001) # Ensure time for task to be executed
2206-
assert not test_scan.scan_config_task_scheduled
2206+
assert test_scan.scan_config_task_scheduled # not
22072207

22082208
# Successful config
22092209
awake_response2 = pw_responses.NodeAwakeResponse()

0 commit comments

Comments
 (0)