We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5f7f7 commit 635c123Copy full SHA for 635c123
tests/devices/test_v1_device.py
@@ -117,7 +117,7 @@ async def test_device_trait_command_parsing(
117
trait_type: type[Trait],
118
trait_method: Callable[..., Awaitable[object]],
119
) -> None:
120
- """Test the device get_status command."""
+ """Test the device trait command."""
121
trait = device.traits[trait_name]
122
assert trait
123
assert isinstance(trait, trait_type)
0 commit comments