We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7243cd commit 2747264Copy full SHA for 2747264
1 file changed
tests/test_usb.py
@@ -696,6 +696,7 @@ async def test_node_discovery(self, monkeypatch: pytest.MonkeyPatch) -> None:
696
await stick.initialize()
697
await stick.discover_nodes(load=False)
698
assert stick.joined_nodes == 11
699
+ assert stick.nodes.get("0098765432101234") is not None
700
assert len(stick.nodes) == 6 # Discovered nodes
701
await stick.disconnect()
702
0 commit comments