diff --git a/Tests/test_file_jpeg.py b/Tests/test_file_jpeg.py index 74ee8a1c3..d584eef1c 100644 --- a/Tests/test_file_jpeg.py +++ b/Tests/test_file_jpeg.py @@ -224,7 +224,7 @@ class TestFileJpeg(PillowTestCase): filename = "Tests/images/junk_jpeg_header.jpg" Image.open(filename) - def test_qtables(): + def test_qtables(self): im = Image.open("Tests/images/lena.jpg") qtables = im.quantization reloaded = self.roundtrip(im, qtables=qtables, subsampling=0)