Skip to content

Commit

Permalink
fix centos, amazon
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Apr 8, 2019
1 parent c63a72d commit a4fd4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagefont.py
Expand Up @@ -453,7 +453,7 @@ def test_unicode_extended(self):
d = ImageDraw.Draw(img)
d.text((10, 10), text, font=ttf)

self.assert_image_similar_tofile(img, target, self.metrics['textsize'])
self.assert_image_similar_tofile(img, target, self.metrics['multiline'])

def _test_fake_loading_font(self, path_to_fake, fontname):
# Make a copy of FreeTypeFont so we can patch the original
Expand Down

0 comments on commit a4fd4c2

Please sign in to comment.