diff --git a/__test__/Polyline/PointInPolyline.test.ts b/__test__/Polyline/PointInPolyline.test.ts index 94ebd73b3..5c07a2f1c 100644 --- a/__test__/Polyline/PointInPolyline.test.ts +++ b/__test__/Polyline/PointInPolyline.test.ts @@ -192,7 +192,7 @@ describe("", () => expect(pl.PtInCurve(p)).toBeFalsy(); }); - test('直线和圆弧相切2IKOTO', () => + test('直线和圆弧相切IKOTO', () => { let f = new CADFile(); f.Data =