Skip to content

Commit 7d5dab3

Browse files
committed
Full test_stick_node_join_subscription
1 parent b946589 commit 7d5dab3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_usb.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,10 @@ async def test_stick_node_join_subscription(
680680
events=(pw_api.NodeEvent.JOIN,),
681681
)
682682

683-
#mac_join_node = await self.test_node_join
684-
#assert mac_join_node == "9999999999999999"
685-
#unusb_join()
686-
#await stick.disconnect()
683+
mac_join_node = await self.test_node_join
684+
assert mac_join_node == "9999999999999999"
685+
unusb_join()
686+
await stick.disconnect()
687687

688688
@pytest.mark.asyncio
689689
async def test_node_discovery(self, monkeypatch: pytest.MonkeyPatch) -> None:

0 commit comments

Comments
 (0)