Skip to content

Commit 1f2d08f

Browse files
authored
Update gabledroofbug.test.js
1 parent 4f74881 commit 1f2d08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ test('Constructor', () => {
189189
const roofmesh = meshes[0];
190190
const roofGeometry = roofmesh.geometry;
191191
expect(roofGeometry.constructor.name).toBe('WedgeGeometry');
192-
expect(roofGeometry.toJSON()).toBe('{}');
192+
expect(roofGeometry.options.toJSON()).toBe('{}');
193193
});
194194

195195
window.printError = printError;

0 commit comments

Comments
 (0)