Skip to content

Commit 409c679

Browse files
authored
adjust test assertion on test review feedback.
1 parent 3e364cd commit 409c679

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/draw_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6205,10 +6205,7 @@ def test_arc__correct_drawing(self):
62056205

62066206
surface.fill(surface_color) # Clear for the next test
62076207

6208-
self.assertEqual(
6209-
number_of_valid_arc_points,
6210-
number_of_invalid_arc_points + number_of_valid_arc_points,
6211-
)
6208+
self.assertEqual(number_of_invalid_arc_points, 0)
62126209

62136210
def test_arc__bounding_rect(self):
62146211
"""Ensures draw arc returns the correct bounding rect.

0 commit comments

Comments
 (0)