spelling: components/bond (#64272)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 05:58:52 -05:00 committed by GitHub
parent 1d27fec1ff
commit 9eb447c16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,7 +372,7 @@ async def test_fp_light_set_brightness_belief_api_error(hass: core.HomeAssistant
await hass.async_block_till_done()
async def test_light_set_brightness_belief_brightnes_not_supported(
async def test_light_set_brightness_belief_brightness_not_supported(
hass: core.HomeAssistant,
):
"""Tests that the set brightness belief function of a light that doesn't support setting brightness returns an error."""
@ -527,7 +527,7 @@ async def test_fp_light_set_power_belief_api_error(hass: core.HomeAssistant):
await hass.async_block_till_done()
async def test_fp_light_set_brightness_belief_brightnes_not_supported(
async def test_fp_light_set_brightness_belief_brightness_not_supported(
hass: core.HomeAssistant,
):
"""Tests that the set brightness belief function of a fireplace light that doesn't support setting brightness returns an error."""