fix text name

pull/158/head
Andrew Port 2021-09-26 18:17:58 -07:00
parent 8f4b1fee00
commit e4c7b53f62
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ class ArcTest(unittest.TestCase):
except ValueError:
self.fail("Arc() raised ValueError unexpectedly!")
def test_points(self):
def test_point(self):
arc1 = Arc(0j, 100 + 50j, 0, 0, 0, 100 + 50j)
self.assertAlmostEqual(arc1.center, 100 + 0j, delta=TOL)
self.assertAlmostEqual(arc1.theta, 180.0, delta=TOL)