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"))