mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Fixed typo in new MPO unit test.
This commit is contained in:
parent
832e11bed5
commit
8d7266afc5
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user