Skip to content

Commit

Permalink
🐞 fix: pass three tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed May 2, 2024
1 parent 59953e8 commit cea3d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/chili-three/test/testEdge.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
GeometryEntity,
I18nKeys,
ICurve,
IDocument,
Expand All @@ -9,6 +8,7 @@ import {
LineType,
Matrix4,
Orientation,
ParameterGeometry,
Ray,
Result,
Serialized,
Expand Down Expand Up @@ -80,7 +80,7 @@ export class TestEdge implements IEdge {
}
}

export class TestBody extends GeometryEntity {
export class TestBody extends ParameterGeometry {
display: I18nKeys = "body.line";
constructor(
document: IDocument,
Expand Down

0 comments on commit cea3d05

Please sign in to comment.