mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-24 00:26:08 +00:00
Update test/data/mb.png size for test_png
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
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', 11424)
|
||||
(140, 96, 'image/png', '.png', 11137)
|
||||
)
|
||||
|
||||
def test_jpeg(self):
|
||||
|
||||
Reference in New Issue
Block a user