Skip to content

Commit 265691e

Browse files
allenporterCopilot
andauthored
chore: Fix pydoc string
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8a0ec4c commit 265691e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/test_device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async def test_start_connect_failure(home_data: HomeData, channel_failure: Mock,
259259

260260

261261
async def test_rediscover_devices(mock_rpc_channel: AsyncMock) -> None:
262-
"""Test that we can discover devices multiple times and discovery new devices."""
262+
"""Test that we can discover devices multiple times and discover new devices."""
263263
raw_devices: list[dict[str, Any]] = mock_data.HOME_DATA_RAW["devices"]
264264
assert len(raw_devices) > 0
265265
raw_device_1 = raw_devices[0]

0 commit comments

Comments
 (0)