Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jun 13, 2022
1 parent d92597a commit 0ba91aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_read_block_backwards_at_start():
# Skip over multiple CR/LF bytes
(b"abc\n\r\ndef", 9, b"def", 3),
],
ids=list(range(11)),
ids=list(range(8)),
)
def test_read_previous_line(dat, pos, expected, expected_pos):
s = io.BytesIO(dat)
Expand Down

0 comments on commit 0ba91aa

Please sign in to comment.