Fixed typo in new MPO unit test.

This commit is contained in:
Eric W. Brown 2014-07-23 11:36:23 -04:00
parent 832e11bed5
commit 8d7266afc5

View File

@ -84,7 +84,7 @@ class TestFileMpo(PillowTestCase):
im1 = im.tobytes()
im.seek(0)
self.assertEqual(im.tell(), 0)
im0 = im.tobytes()
im02 = im.tobytes()
self.assertEqual(im0, im02)
self.assertNotEqual(im0, im1)