We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e85fd commit cdb5ff8Copy full SHA for cdb5ff8
1 file changed
tests/test_usb.py
@@ -2512,7 +2512,7 @@ async def test_node_discovery_and_load(
2512
assert state[pw_api.NodeFeature.INFO].version == "070073"
2513
2514
assert state[pw_api.NodeFeature.RELAY].state
2515
- assert state[pw_api.NodeFeature.RELAY_LOCK]
+ assert not state[pw_api.NodeFeature.RELAY_LOCK]
2516
2517
# Check 1111111111111111
2518
get_state_timestamp = dt.now(UTC).replace(minute=0, second=0, microsecond=0)
@@ -2549,7 +2549,7 @@ async def test_node_discovery_and_load(
2549
)
2550
assert state[pw_api.NodeFeature.AVAILABLE].state
2551
2552
2553
2554
2555
# region Scan
0 commit comments