From 9a4b1301dee92d18ff89318793d89c3e945000e8 Mon Sep 17 00:00:00 2001 From: Tsung-Po Sun Date: Wed, 10 Feb 2021 00:04:28 +0900 Subject: [PATCH] Modify test code --- Tests/test_imagedraw.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index 5718e4465..0faf304a8 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -1361,13 +1361,9 @@ def test_continuous_horizontal_edges_polygon(): (12, 6), (12, 12), (8, 12), - (8, 9), (8, 8), - (5, 8), (4, 8), - (3, 8), (2, 8), - (2, 7), ] img, draw = create_base_image_draw((16, 16)) draw.polygon(xy, BLACK)