From 17895c4a42d221ef45a37e23e3dce750b942b98e Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 13 Feb 2025 19:08:04 +0000 Subject: [PATCH] formatting --- python/kvikio/tests/test_http_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/kvikio/tests/test_http_io.py b/python/kvikio/tests/test_http_io.py index f496db0e2a..0c970cf2a9 100644 --- a/python/kvikio/tests/test_http_io.py +++ b/python/kvikio/tests/test_http_io.py @@ -198,7 +198,7 @@ def test_retry_http_503_fails(tmpdir, xp, capfd): records = captured.out.strip().split("\n") assert len(records) == 1 assert records[0] == ( - "KvikIO: Got HTTP code 503. Retrying after 500ms " "(attempt 2 of 2)." + "KvikIO: Got HTTP code 503. Retrying after 500ms (attempt 2 of 2)." )