Skip to content

Commit f8f0b93

Browse files
committed
CR: nitpick on debug message
1 parent 0637e23 commit f8f0b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ async def test_stick_connection_lost(self, monkeypatch: pytest.MonkeyPatch) -> N
501501

502502
async def node_awake(self, event: pw_api.NodeEvent, mac: str) -> None: # type: ignore[name-defined]
503503
"""Handle awake event callback."""
504-
_LOGGER.debug("Node %s has event %s", mac, str(pw_api.NodeEvent))
504+
_LOGGER.debug("Node %s has event %s", mac, str(event))
505505
if event == pw_api.NodeEvent.AWAKE:
506506
self.test_node_awake.set_result(mac)
507507
else:

0 commit comments

Comments
 (0)