Skip to content

Commit 0e1c838

Browse files
allenporterCopilot
andauthored
chore: Update tests/devices/traits/b01/q10/test_status.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7be9023 commit 0e1c838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/b01/q10/test_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_status_trait_update_listener(q10_api: Q10PropertiesApi) -> None:
163163

164164

165165
def test_status_trait_update_listener_ignores_value(q10_api: Q10PropertiesApi) -> None:
166-
"""Test that status listeners receive updates and can unsubscribe."""
166+
"""Test that status listeners are not notified for updates with non-Status dataclass data points (e.g., HEARTBEAT)."""
167167
event = asyncio.Event()
168168

169169
unsubscribe = q10_api.status.add_update_listener(event.set)

0 commit comments

Comments
 (0)