Skip to content

Commit 6f144d4

Browse files
committed
Rename repeated seeks apng to reflect what it is rather than how it is used.
1 parent dc6d761 commit 6f144d4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

Tests/test_file_apng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def test_different_modes_in_later_frames(mode, default_image, duplicate, tmp_pat
692692

693693

694694
def test_apng_repeated_seeks_give_correct_info() -> None:
695-
with Image.open("Tests/images/apng/repeated_seeks_give_correct_info.png") as im:
695+
with Image.open("Tests/images/apng/different_durations.png") as im:
696696
for i in range(3):
697697
im.seek(0)
698698
assert im.info["duration"] == 4000

0 commit comments

Comments
 (0)