From 6a7c7783eb97761c64a5464775085011e342538f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 17 Aug 2018 19:40:13 +1000 Subject: [PATCH] Corrected wording --- Tests/test_file_tar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_tar.py b/Tests/test_file_tar.py index 3dd075042..9e02ab1a5 100644 --- a/Tests/test_file_tar.py +++ b/Tests/test_file_tar.py @@ -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: