Skip to content

Commit 4cbe6c0

Browse files
committed
fix fault in test-order
1 parent 32464f5 commit 4cbe6c0

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
@@ -2578,9 +2578,9 @@ async def load_callback(event: pw_api.NodeEvent, mac: str) -> None: # type: ign
25782578
await test_sense._awake_response(awake_response6) # pylint: disable=protected-access
25792579
assert test_sense._delayed_task is not None # pylint: disable=protected-access
25802580
await asyncio.wait_for(asyncio.shield(test_sense._delayed_task), timeout=2)
2581+
await test_sense._awake_response(awake_response6) # pylint: disable=protected-access
25812582
assert test_sense._delayed_task is not None # pylint: disable=protected-access
25822583
await asyncio.wait_for(asyncio.shield(test_sense._delayed_task), timeout=2)
2583-
await test_sense._awake_response(awake_response6) # pylint: disable=protected-access
25842584
assert not test_sense.hysteresis_config_dirty
25852585
assert test_sense.temperature_lower_bound == 24
25862586

0 commit comments

Comments
 (0)