We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b90c1d commit 72533acCopy full SHA for 72533ac
tests/test_usb.py
@@ -681,8 +681,8 @@ async def test_stick_node_join_subscription(
681
mock_serial.inject_message(b"00069999999999999999", b"FFFC")
682
mac_join_node = await self.test_node_join
683
assert mac_join_node == "9999999999999999"
684
- unusb_join()
685
- await stick.disconnect()
+ #unusb_join()
+ #await stick.disconnect()
686
687
@pytest.mark.asyncio
688
async def test_node_discovery(self, monkeypatch: pytest.MonkeyPatch) -> None:
0 commit comments