mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Rename repeated seeks apng to reflect what it is rather than how it is used.
This commit is contained in:
parent
dc6d7611e9
commit
6f144d45b9
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user