Merge pull request #1353 from Sapphire64/testfix

Fixing typo to have proper testing
This commit is contained in:
Andrew Murray 2015-07-23 19:42:44 +10:00
commit 38b18115cb

View File

@ -93,7 +93,7 @@ class TestFileGif(PillowTestCase):
im.save(out, save_all=True)
reread = Image.open(out)
self.assertEqual(im.n_frames, 5)
self.assertEqual(reread.n_frames, 5)
def test_palette_handling(self):
# see https://github.com/python-pillow/Pillow/issues/513