Skip to content

Commit

Permalink
Renamed argument
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
radarhere and hugovk committed Aug 23, 2022
1 parent 0ed03d4 commit ea0079e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/test_file_apng.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ def open():
"sequence_fdat_fctl.png",
),
)
def test_apng_sequence_errors(f):
def test_apng_sequence_errors(test_file):
with pytest.raises(SyntaxError):
with Image.open(f"Tests/images/apng/{f}") as im:
with Image.open(f"Tests/images/apng/{test_file}") as im:
im.seek(im.n_frames - 1)
im.load()

Expand Down

0 comments on commit ea0079e

Please sign in to comment.