Skip to content

Commit 92f4a3d

Browse files
committed
cover
1 parent 66c8272 commit 92f4a3d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_server_disconnected_retry.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,3 @@ async def test_no_retry_with_proper_connection_close(
282282

283283
# Should be exactly 3 requests (no retries)
284284
assert server.request_count == 3
285-
286-
287-
if __name__ == "__main__":
288-
print(
289-
"Tests should be run with pytest: pytest tests/test_server_disconnected_retry.py"
290-
)

0 commit comments

Comments
 (0)