Update test_imagedraw.py

This commit is contained in:
nediamond 2017-06-28 00:32:06 -04:00 committed by GitHub
parent 279281e43c
commit 1cd7e3c260

View File

@ -417,6 +417,7 @@ class TestImageDraw(PillowTestCase):
im, centre_point, ImageColor.getrgb("red"),
thresh=30)
del draw
# Assert
self.assert_image_equal(
im, Image.open("Tests/images/imagedraw_floodfill2.png"))