mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-04 11:53:32 +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
|
sys.stdout = old_stdout
|
||||||
|
|
||||||
# Assert
|
# Assert
|
||||||
self.assertEqual(mystdout.getvalue(), b"61 62 63 \n")
|
self.assertEqual(mystdout.getvalue(), "61 62 63 \n")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user