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

@@ -57,7 +57,7 @@ async def test_no_ble_device(hass: HomeAssistant, mock_desk_api: MagicMock) -> N
async def test_reconnect_on_bluetooth_callback(
hass: HomeAssistant, mock_desk_api: MagicMock
) -> None:
"""Test that a reconnet is made after the bluetooth callback is triggered."""
"""Test that a reconnect is made after the bluetooth callback is triggered."""
with mock.patch(
"homeassistant.components.idasen_desk.bluetooth.async_register_callback"
) as mock_register_callback: