Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 1, 2025
1 parent 6b09c64 commit c98d2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_avif.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def test_write_animation_P(self, tmp_path: Path) -> None:
count, and ensure the frames are visually similar to the originals.
"""

with Image.open("Tests/images/avif/star.gif") as orig:
with Image.open("Tests/images/avif/star.gif") as original:
assert original.n_frames > 1

temp_file = str(tmp_path / "temp.avif")
Expand Down

0 comments on commit c98d2c0

Please sign in to comment.