Update test for new PNG file size.

This commit is contained in:
Frederik “Freso” S. Olesen
2016-02-22 01:09:37 +01:00
parent d26c908587
commit 82da54a9af

View File

@@ -197,7 +197,7 @@ class ImageInfoTest(unittest.TestCase):
with open(file, 'rb') as f:
self.assertEqual(
imageinfo.identify(f.read()),
(140, 96, 'image/png', '.png', 15692)
(140, 96, 'image/png', '.png', 11424)
)
def test_jpeg(self):