mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Fix typo
This commit is contained in:
parent
c5278000c5
commit
d471b35470
|
@ -22,7 +22,7 @@ class TestImageQuantize(PillowTestCase):
|
|||
im = im.quantize(100, Image.LIBIMAGEQUANT)
|
||||
except ValueError as ex:
|
||||
if 'dependency' in str(ex).lower():
|
||||
self.skipTest('libimagepng support not available')
|
||||
self.skipTest('libimagequant support not available')
|
||||
else:
|
||||
raise
|
||||
self.assert_image(im, "P", im.size)
|
||||
|
|
Loading…
Reference in New Issue
Block a user