1
0
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:
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

@@ -610,7 +610,7 @@ async def test_automation_with_bad_condition(hass, caplog):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")