Skip to content

Commit

Permalink
Update test_client_proto.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Feb 10, 2023
1 parent b7d33c9 commit 3ff2a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def test_eof_received(loop) -> None:
assert proto._read_timeout_handle is None


async def test_connection_lost_sets_transport_to_none(loop: Any, mocker: Any) -> None:
async def test_connection_lost_sets_transport_to_none(loop, mocker) -> None:
"""Ensure that the transport is set to None when the connection is lost.
This ensures the writer knows that the connection is closed.
Expand Down

0 comments on commit 3ff2a4d

Please sign in to comment.