Skip to content

Commit cea3d05

Browse files
committed
🐞 fix: pass three tests
1 parent 59953e8 commit cea3d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/chili-three/test/testEdge.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
GeometryEntity,
32
I18nKeys,
43
ICurve,
54
IDocument,
@@ -9,6 +8,7 @@ import {
98
LineType,
109
Matrix4,
1110
Orientation,
11+
ParameterGeometry,
1212
Ray,
1313
Result,
1414
Serialized,
@@ -80,7 +80,7 @@ export class TestEdge implements IEdge {
8080
}
8181
}
8282

83-
export class TestBody extends GeometryEntity {
83+
export class TestBody extends ParameterGeometry {
8484
display: I18nKeys = "body.line";
8585
constructor(
8686
document: IDocument,

0 commit comments

Comments
 (0)