Rename repeated seeks apng to reflect what it is rather than how it is used.

This commit is contained in:
Erik Soma 2024-01-10 16:03:42 -05:00
parent dc6d7611e9
commit 6f144d45b9
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

@ -692,7 +692,7 @@ def test_different_modes_in_later_frames(mode, default_image, duplicate, tmp_pat
def test_apng_repeated_seeks_give_correct_info() -> None:
with Image.open("Tests/images/apng/repeated_seeks_give_correct_info.png") as im:
with Image.open("Tests/images/apng/different_durations.png") as im:
for i in range(3):
im.seek(0)
assert im.info["duration"] == 4000