Skip to content

Commit 7d19a3a

Browse files
committed
Fixing unit test
1 parent 81df327 commit 7d19a3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/Myr.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ describe("Component Renders", () => {
335335
expect(torusknot.position).toEqual({ x: 1, y: 1, z: 1 });
336336
});
337337

338-
it("polyhedron", () => {
338+
it("prism", () => {
339339
myr.els = [];
340-
let id = myr.polyhedron({
340+
let id = myr.prism({
341341
position: { x: 1, y: 1, z: 1 },
342342
rotation: { x: 1, y: 1, z: 1 },
343343
scale: { x: 1, y: 1, z: 1 }

0 commit comments

Comments
 (0)