We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2287594 commit 3c1e79bCopy full SHA for 3c1e79b
1 file changed
tests/test_usb.py
@@ -2484,6 +2484,7 @@ async def test_node_discovery_and_load( # noqa: PLR0915
2484
assert sorted(state[pw_api.NodeFeature.INFO].features) == sorted(
2485
(
2486
pw_api.NodeFeature.AVAILABLE,
2487
+ pw_api.NodeFeature.CIRCLE,
2488
pw_api.NodeFeature.CIRCLEPLUS,
2489
pw_api.NodeFeature.INFO,
2490
pw_api.NodeFeature.PING,
0 commit comments