mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Corrected wording
This commit is contained in:
parent
171332d2c4
commit
6a7c7783eb
|
@ -12,7 +12,7 @@ class TestFileTar(PillowTestCase):
|
|||
|
||||
def setUp(self):
|
||||
if "zip_decoder" not in codecs and "jpeg_decoder" not in codecs:
|
||||
self.skipTest("neither jpeg nor zip support not available")
|
||||
self.skipTest("neither jpeg nor zip support available")
|
||||
|
||||
def test_sanity(self):
|
||||
if "zip_decoder" in codecs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user