diff --git a/Tests/test_imagefontctl.py b/Tests/test_imagefontctl.py index 7953b917d..a00971058 100644 --- a/Tests/test_imagefontctl.py +++ b/Tests/test_imagefontctl.py @@ -138,8 +138,8 @@ class TestImagecomplextext(PillowTestCase): draw = ImageDraw.Draw(im) draw.text((0, 0), 'абвг', font=ttf, fill=500, language='sr') - + target = 'Tests/images/test_language.png' target_img = Image.open(target) - self.assert_image_similar(im, target_img, .5) \ No newline at end of file + self.assert_image_similar(im, target_img, .5)