Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangying000 authored and radarhere committed Aug 12, 2019
1 parent dc9c0db commit 0872cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_gif.py
Expand Up @@ -525,7 +525,7 @@ def test_totally_identical_frames(self):
)
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
Expand Down

0 comments on commit 0872cb4

Please sign in to comment.