We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be9023 commit 0e1c838Copy full SHA for 0e1c838
tests/devices/traits/b01/q10/test_status.py
@@ -163,7 +163,7 @@ def test_status_trait_update_listener(q10_api: Q10PropertiesApi) -> None:
163
164
165
def test_status_trait_update_listener_ignores_value(q10_api: Q10PropertiesApi) -> None:
166
- """Test that status listeners receive updates and can unsubscribe."""
+ """Test that status listeners are not notified for updates with non-Status dataclass data points (e.g., HEARTBEAT)."""
167
event = asyncio.Event()
168
169
unsubscribe = q10_api.status.add_update_listener(event.set)
0 commit comments