Skip to content

Commit 760afa9

Browse files
committed
Fix test assert
1 parent 23cd30b commit 760afa9

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
@@ -2178,7 +2178,7 @@ async def load_callback(event: pw_api.NodeEvent, mac: str) -> None: # type: ign
21782178
with pytest.raises(ValueError):
21792179
assert await test_scan.set_motion_reset_timer(256)
21802180
assert not await test_scan.set_motion_reset_timer(10)
2181-
assert test_scan.scan_config_task_scheduled
2181+
assert not test_scan.scan_config_task_scheduled
21822182
assert await test_scan.set_motion_reset_timer(15)
21832183
assert test_scan.scan_config_task_scheduled
21842184
assert test_scan.reset_timer == 15

0 commit comments

Comments
 (0)