Skip to content

Commit 68797de

Browse files
committed
chore: address comments from copilot
1 parent 8bb33cc commit 68797de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/devices/traits/v1/test_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_get_cleaning_mode_parameters_unsupported() -> None:
228228

229229

230230
def test_get_cleaning_mode_parameters_invalid_name() -> None:
231-
"""Test invalid cleaning mode names raise a Roborock exception."""
231+
"""Test invalid cleaning mode names raise RoborockUnsupportedFeature."""
232232
status_trait = _create_cleaning_mode_status_trait()
233233
with pytest.raises(RoborockUnsupportedFeature, match="not supported"):
234234
status_trait.get_cleaning_mode_parameters("invalid_mode")

0 commit comments

Comments
 (0)