File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments