Skip to content

Commit 6999f6f

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 db484e8 commit 6999f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/devices/traits/v1/test_home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def home_trait(
125125

126126
@pytest.fixture(autouse=True)
127127
def map_parser_fixture() -> Iterator[None]:
128-
"""Create a MapContentTrait instance with mocked dependencies."""
128+
"""Mock MapParser.parse to return predefined test map data."""
129129

130130
def parse_data(response: bytes) -> ParsedMapData:
131131
if image_content := TEST_PARSER_MAP.get(response):

0 commit comments

Comments
 (0)