Skip to content

Commit 9a012db

Browse files
committed
Merge branch 'missing-required-field' of github.com:allenporter/python-roborock into missing-required-field
2 parents dcd938a + c7abb3c commit 9a012db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/devices/traits/v1/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async def test_fake_trait_bad_payload() -> None:
4444

4545

4646
async def test_valid_payload() -> None:
47-
"""Test that a valid payload parses successfully."""
47+
"""Test that a valid payload is parsed successfully into trait fields."""
4848
trait = FakeTrait()
4949
trait._rpc_channel.send_command.return_value = [{"fake_field": 123, "other_field": "abc"}]
5050
await trait.refresh()

0 commit comments

Comments
 (0)