mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix typo: serivce --> service (#31217)
This commit is contained in:
committed by
Quentame
parent
ab8b94382e
commit
1d537ad416
@@ -38,7 +38,7 @@ _DIRECTION_INPUT_SELECT = "input_select.direction"
|
||||
|
||||
@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