Skip to content

Commit 704d75b

Browse files
committed
chore: remove duplicate test
1 parent a3518ca commit 704d75b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/devices/test_device_manager.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,3 @@ async def test_diagnostics_collection(home_data: HomeData) -> None:
362362
assert diagnostics.get("fetch_home_data") == 1
363363

364364
await device_manager.close()
365-
366-
367-
@pytest.mark.parametrize(
368-
("channel_exception"),
369-
[
370-
Exception("Unexpected error"),
371-
],
372-
)
373-
async def test_start_connect_unexpected_error(home_data: HomeData, channel_failure: Mock, mock_sleep: Mock) -> None:
374-
"""Test that some unexpected errors from start_connect are propagated."""
375-
with pytest.raises(Exception, match="Unexpected error"):
376-
await create_device_manager(USER_PARAMS)

0 commit comments

Comments
 (0)