Skip to content

Commit 2efaa55

Browse files
committed
try 1; fix test
1 parent 585a203 commit 2efaa55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_usb.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,7 @@ async def test_stick_node_discovered_subscription(
614614
with pytest.raises(pw_exceptions.FeatureError):
615615
assert stick.nodes["5555555555555555"].power
616616
with pytest.raises(pw_exceptions.FeatureError):
617-
assert stick.nodes["5555555555555555"].humidity
618-
with pytest.raises(pw_exceptions.FeatureError):
619-
assert stick.nodes["5555555555555555"].temperature
617+
assert stick.nodes["5555555555555555"].sense_statistics
620618
with pytest.raises(pw_exceptions.FeatureError):
621619
assert stick.nodes["5555555555555555"].energy
622620

0 commit comments

Comments
 (0)