mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 02:16:19 +03:00
fix comment
This commit is contained in:
parent
dc9c0dbfbe
commit
0872cb4377
|
@ -525,7 +525,7 @@ class TestFileGif(PillowTestCase):
|
||||||
)
|
)
|
||||||
reread = Image.open(out)
|
reread = Image.open(out)
|
||||||
|
|
||||||
# Assert that the first three frames were combined
|
# Assert that all four frames were combined
|
||||||
self.assertEqual(reread.n_frames, 1)
|
self.assertEqual(reread.n_frames, 1)
|
||||||
|
|
||||||
# Assert that the new duration is the total of the identical frames
|
# Assert that the new duration is the total of the identical frames
|
||||||
|
|
Loading…
Reference in New Issue
Block a user