more coverage

This commit is contained in:
J. Nick Koston 2024-02-16 18:10:26 -06:00
parent b312d9340e
commit cf4071b873
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -732,7 +732,6 @@ async def test_eof_received_closes_connection(
(OSError("original message"), ReadFailedAPIError),
(APIConnectionError("original message"), APIConnectionError),
(SocketClosedAPIError("original message"), SocketClosedAPIError),
(asyncio.CancelledError("original message"), APIConnectionError),
],
)
@pytest.mark.asyncio