mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 00:54:14 +00:00
Update test for new PNG file size.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user