mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-28 08:04:45 +03:00
Update test_imagedraw.py
This commit is contained in:
parent
670faf0c82
commit
279281e43c
|
@ -417,7 +417,6 @@ class TestImageDraw(PillowTestCase):
|
|||
im, centre_point, ImageColor.getrgb("red"),
|
||||
thresh=30)
|
||||
del draw
|
||||
im.save("x.png")
|
||||
# Assert
|
||||
self.assert_image_equal(
|
||||
im, Image.open("Tests/images/imagedraw_floodfill2.png"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user