Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Feb 13, 2025
1 parent 17d5fe0 commit 17895c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kvikio/tests/test_http_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
)


Expand Down

0 comments on commit 17895c4

Please sign in to comment.