mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update codespell to 2.3.0 (#118001)
This commit is contained in:
@ -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)]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user