mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
fix comment
This commit is contained in:
parent
dc9c0dbfbe
commit
0872cb4377
|
@ -525,7 +525,7 @@ class TestFileGif(PillowTestCase):
|
|||
)
|
||||
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)
|
||||
|
||||
# Assert that the new duration is the total of the identical frames
|
||||
|
|
Loading…
Reference in New Issue
Block a user