Skip to content

Commit db484e8

Browse files
allenporterCopilot
andauthored
chore: Update tests/devices/traits/v1/test_home.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent af41f61 commit db484e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/v1/test_home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def maps_trait(device: RoborockDevice) -> MapsTrait:
103103

104104
@pytest.fixture
105105
def map_content_trait(device: RoborockDevice) -> MapContentTrait:
106-
"""Create a MapsTrait instance with mocked dependencies."""
106+
"""Create a MapContentTrait instance with mocked dependencies."""
107107
assert device.v1_properties
108108
return device.v1_properties.map_content
109109

0 commit comments

Comments
 (0)