Continuation line over-indented for visual indent

This commit is contained in:
Andrew Murray 2018-06-15 19:37:33 +10:00
parent e7815ccd62
commit 58cc23695d

View File

@ -210,10 +210,9 @@ class TestImageFont(PillowTestCase):
ttf = self.get_font() ttf = self.get_font()
# Act/Assert # Act/Assert
self.assertRaises(AssertionError, self.assertRaises(
draw.multiline_text, (0, 0), TEST_TEXT, AssertionError,
font=ttf, draw.multiline_text, (0, 0), TEST_TEXT, font=ttf, align="unknown")
align="unknown")
def test_draw_align(self): def test_draw_align(self):
im = Image.new('RGB', (300, 100), 'white') im = Image.new('RGB', (300, 100), 'white')