Remove unused calls fixture from template tests (#71735)
This commit is contained in:
parent
1ef3800844
commit
b70e97e949
4 changed files with 17 additions and 48 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue