Skip to content

Commit

Permalink
remove unused block_till_done
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Sep 25, 2024
1 parent 2664eed commit a398c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/components/evohome/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ async def setup_evohome(
yield mock_client
finally:
await hass.data[DOMAIN]["coordinator"].async_shutdown()
await hass.async_block_till_done()


def ctl_entity(hass: HomeAssistant) -> EvoController:
Expand Down

0 comments on commit a398c2d

Please sign in to comment.