Skip to content

Commit e9cdf5e

Browse files
committed
chore: Fix test pydoc lint error
1 parent 0e1c838 commit e9cdf5e

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 are not notified for updates with non-Status dataclass data points (e.g., HEARTBEAT)."""
166+
"""Test that status listeners are not notified for unrelated updates."""
167167
event = asyncio.Event()
168168

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

0 commit comments

Comments
 (0)