We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb33cc commit 68797deCopy full SHA for 68797de
1 file changed
tests/devices/traits/v1/test_status.py
@@ -228,7 +228,7 @@ def test_get_cleaning_mode_parameters_unsupported() -> None:
228
229
230
def test_get_cleaning_mode_parameters_invalid_name() -> None:
231
- """Test invalid cleaning mode names raise a Roborock exception."""
+ """Test invalid cleaning mode names raise RoborockUnsupportedFeature."""
232
status_trait = _create_cleaning_mode_status_trait()
233
with pytest.raises(RoborockUnsupportedFeature, match="not supported"):
234
status_trait.get_cleaning_mode_parameters("invalid_mode")
0 commit comments