Skip to content

Commit 0523c69

Browse files
committed
Fix assert
1 parent e20fbfb commit 0523c69

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
@@ -461,7 +461,7 @@ async def test_stick_connect(self, monkeypatch: pytest.MonkeyPatch) -> None:
461461
assert stick.mac_stick == "0123456789012345"
462462
assert stick.mac_coordinator == "0098765432101234"
463463
assert stick.firmware_stick == None
464-
assert stick.hardware_stick == "000000730007"
464+
assert stick.hardware_stick == "653907008512"
465465
assert not stick.network_discovered
466466
assert stick.network_state
467467
assert stick.network_id == 17185

0 commit comments

Comments
 (0)