Fix typo: serivce --> service (#31217)

This commit is contained in:
Christian Clauss 2020-01-27 19:56:26 +01:00 committed by Quentame
parent ab8b94382e
commit 1d537ad416
40 changed files with 40 additions and 40 deletions

View file

@ -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")