mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix typo: serivce --> service (#31217)
This commit is contained in:
committed by
Quentame
parent
ab8b94382e
commit
1d537ad416
@@ -29,7 +29,7 @@ from tests.components.automation import common
|
||||
|
||||
@pytest.fixture
|
||||
def calls(hass):
|
||||
"""Track calls to a mock serivce."""
|
||||
"""Track calls to a mock service."""
|
||||
return async_mock_service(hass, "test", "automation")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user