Skip to content

Commit e9a6413

Browse files
committed
Correct test
1 parent 2d1930c commit e9a6413

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_usb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,8 @@ async def test_node_discovery_and_load(self, monkeypatch):
16581658
)
16591659
assert state[pw_api.NodeFeature.INFO].firmware == dt(2011, 6, 27, 8, 47, 37, tzinfo=UTC)
16601660
assert state[pw_api.NodeFeature.INFO].name == "Circle+ 01234"
1661-
assert state[pw_api.NodeFeature.INFO].model == "Circle+ type F"
1661+
assert state[pw_api.NodeFeature.INFO].model == "Circle+"
1662+
assert state[pw_api.NodeFeature.INFO].model_type == "type F"
16621663
assert state[pw_api.NodeFeature.INFO].type == pw_api.NodeType.CIRCLE_PLUS
16631664
assert state[pw_api.NodeFeature.INFO].timestamp.replace(minute=0, second=0, microsecond=0) == get_state_timestamp
16641665
assert state[pw_api.NodeFeature.INFO].version == "000000730007"

0 commit comments

Comments
 (0)