Fix typo: serivce --> service (#31217)
This commit is contained in:
parent
ab8b94382e
commit
1d537ad416
40 changed files with 40 additions and 40 deletions
|
@ -20,7 +20,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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue