Skip to content

Commit 9e97f18

Browse files
committed
tests(x3d-deserializer): corrected tests for translate
1 parent 655e739 commit 9e97f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/io/x3d-deserializer/tests/translate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test('deserialize X3D 3D components to JSCAD script', (t) => {
4646
t.is(countOf('createObjects', observed), 20)
4747
t.is(countOf('cylinder', observed), 2)
4848
t.is(countOf('sphere', observed), 1)
49-
t.is(countOf('geom3.fromPoints', observed), 1)
49+
t.is(countOf('geom3.fromVertices', observed), 1)
5050
t.is(countOf('transform', observed), 10)
5151
})
5252

0 commit comments

Comments
 (0)