Fix spelling [docstrings + comments] (#114168)
This commit is contained in:
parent
9b7cc088be
commit
81c34ac952
41 changed files with 46 additions and 46 deletions
|
@ -90,7 +90,7 @@ async def test_fan_update_entity(
|
|||
async def test_available_after_update(
|
||||
hass: HomeAssistant, pywemo_registry, pywemo_device, wemo_entity
|
||||
) -> None:
|
||||
"""Test the avaliability when an On call fails and after an update."""
|
||||
"""Test the availability when an On call fails and after an update."""
|
||||
pywemo_device.set_state.side_effect = ActionException
|
||||
pywemo_device.get_state.return_value = 1
|
||||
await entity_test_helpers.test_avaliable_after_update(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue