Skip to content

Commit 66e8dcf

Browse files
committed
Add related test-assert
1 parent c7e2e35 commit 66e8dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_usb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ async def test_stick_connect(self, monkeypatch: pytest.MonkeyPatch) -> None:
459459
assert await self.test_connected
460460
await stick.initialize()
461461
assert stick.mac_stick == "0123456789012345"
462+
assert stick.name == "Stick 12345"
462463
assert stick.mac_coordinator == "0098765432101234"
463464
assert stick.firmware_stick == dt(2011, 6, 27, 8, 47, 37, tzinfo=UTC)
464465
assert stick.hardware_stick == "070085"

0 commit comments

Comments
 (0)