Fixing typo to have proper testing

This commit is contained in:
Anton Vlasenko 2015-07-23 11:29:26 +02:00
parent 892b734c6b
commit a90e72076a

View File

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