mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Fi xffor Python 3
This commit is contained in:
parent
35838da803
commit
805184fcbb
|
@ -70,7 +70,7 @@ class TestFileIptc(PillowTestCase):
|
|||
sys.stdout = old_stdout
|
||||
|
||||
# Assert
|
||||
self.assertEqual(mystdout.getvalue(), b"61 62 63 \n")
|
||||
self.assertEqual(mystdout.getvalue(), "61 62 63 \n")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue
Block a user