From 1cd7e3c26014bf7d6b3c79123fe0d430548532f9 Mon Sep 17 00:00:00 2001 From: nediamond Date: Wed, 28 Jun 2017 00:32:06 -0400 Subject: [PATCH] Update test_imagedraw.py --- Tests/test_imagedraw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index cddb838e2..d441ae34d 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -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"))