Skip to content

Commit 635c123

Browse files
authored
fix: docstring
1 parent ed5f7f7 commit 635c123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/test_v1_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def test_device_trait_command_parsing(
117117
trait_type: type[Trait],
118118
trait_method: Callable[..., Awaitable[object]],
119119
) -> None:
120-
"""Test the device get_status command."""
120+
"""Test the device trait command."""
121121
trait = device.traits[trait_name]
122122
assert trait
123123
assert isinstance(trait, trait_type)

0 commit comments

Comments
 (0)