fix comment

This commit is contained in:
djy0 2019-08-04 17:32:02 +08:00 committed by Andrew Murray
parent dc9c0dbfbe
commit 0872cb4377

View File

@ -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