Remove unused calls fixture from template tests (#71735)

This commit is contained in:
Erik Montnemery 2022-05-12 16:04:01 +02:00 committed by GitHub
parent 1ef3800844
commit b70e97e949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 48 deletions

View file

@ -396,7 +396,7 @@ async def test_on_off(hass):
_verify(hass, state, 0, None, None, None)
async def test_set_invalid_direction_from_initial_stage(hass, calls):
async def test_set_invalid_direction_from_initial_stage(hass):
"""Test set invalid direction when fan is in initial state."""
await _register_components(hass)