Skip to content

Commit 1681e16

Browse files
committed
Update related test-asserts
1 parent dd8a151 commit 1681e16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_usb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,12 +2488,12 @@ async def test_node_discovery_and_load(
24882488
assert sorted(state[pw_api.NodeFeature.INFO].features) == sorted(
24892489
(
24902490
pw_api.NodeFeature.AVAILABLE,
2491+
pw_api.NodeFeature.CIRCLEPLUS,
24912492
pw_api.NodeFeature.INFO,
24922493
pw_api.NodeFeature.PING,
24932494
pw_api.NodeFeature.RELAY,
24942495
pw_api.NodeFeature.RELAY_LOCK,
24952496
pw_api.NodeFeature.ENERGY,
2496-
pw_api.NodeFeature.CIRCLEPLUS,
24972497
pw_api.NodeFeature.POWER,
24982498
)
24992499
)
@@ -2540,6 +2540,7 @@ async def test_node_discovery_and_load(
25402540
assert sorted(state[pw_api.NodeFeature.INFO].features) == sorted(
25412541
(
25422542
pw_api.NodeFeature.AVAILABLE,
2543+
pw_api.NodeFeature.CIRCLE,
25432544
pw_api.NodeFeature.INFO,
25442545
pw_api.NodeFeature.PING,
25452546
pw_api.NodeFeature.RELAY,

0 commit comments

Comments
 (0)