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 10f3dc9 commit 95434bdCopy full SHA for 95434bd
tests/test_usb.py
@@ -575,7 +575,6 @@ async def test_stick_node_discovered_subscription( # noqa: PLR0915
575
# Inject NodeAwakeResponse message to trigger a 'node discovered' event
576
mock_serial.inject_message(b"004F555555555555555500", b"FFFE")
577
mac_awake_node = await self.test_node_awake
578
- mac_awake_node = "5555555555555555"
579
assert mac_awake_node == "5555555555555555"
580
unsub_awake()
581
0 commit comments