Update codespell to 2.3.0 (#118001)

This commit is contained in:
Marc Mueller
2024-05-24 08:22:29 +02:00
committed by GitHub
parent 93daac9b3d
commit dc47792ff2
22 changed files with 29 additions and 28 deletions

View File

@ -1854,7 +1854,7 @@ async def test_restore_all_active_subscriptions_on_reconnect(
async_fire_time_changed(hass) # cooldown
await hass.async_block_till_done()
# the subscribtion with the highest QoS should survive
# the subscription with the highest QoS should survive
expected = [
call([("test/state", 2)]),
]
@ -1919,7 +1919,7 @@ async def test_subscribed_at_highest_qos(
freezer.tick(5)
async_fire_time_changed(hass) # cooldown
await hass.async_block_till_done()
# the subscribtion with the highest QoS should survive
# the subscription with the highest QoS should survive
assert help_all_subscribe_calls(mqtt_client_mock) == [("test/state", 2)]