Skip to content

Commit 14220e9

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Refactor tests in GIOS
1 parent 935d6d2 commit 14220e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/gios/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async def setup_integration(
99
hass: HomeAssistant,
1010
mock_config_entry: MockConfigEntry,
1111
) -> None:
12-
"""Fixture for setting up the component."""
12+
"""Set up the GIOS integration for testing."""
1313
mock_config_entry.add_to_hass(hass)
1414

1515
await hass.config_entries.async_setup(mock_config_entry.entry_id)

0 commit comments

Comments
 (0)