diff --git a/test/test_path.py b/test/test_path.py index b027501..57b2daa 100644 --- a/test/test_path.py +++ b/test/test_path.py @@ -991,7 +991,7 @@ class Test_intersect(unittest.TestCase): self.assertTrue(len(yix), 1) ################################################################### - def test_line_line(self): + def test_line_line_0(self): l0 = Line(start=(25.389999999999997+99.989999999999995j), end=(25.389999999999997+90.484999999999999j)) l1 = Line(start=(25.390000000000001+84.114999999999995j), end=(25.389999999999997+74.604202137430320j)) i = l0.intersect(l1)