Skip to content

Commit 08a5a18

Browse files
committed
Regenerated Darts test file.
1 parent e7ad239 commit 08a5a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/darts/darts_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def test_on_the_middle_circle(self):
2020
def test_on_the_inner_circle(self):
2121
self.assertEqual(score(0, -1), 10)
2222

23-
def test_exactly_on_centre(self):
23+
def test_exactly_on_center(self):
2424
self.assertEqual(score(0, 0), 10)
2525

26-
def test_near_the_centre(self):
26+
def test_near_the_center(self):
2727
self.assertEqual(score(-0.1, -0.1), 10)
2828

2929
def test_just_within_the_inner_circle(self):

0 commit comments

Comments
 (0)