Skip to content

Commit 1fbf2da

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

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.options.toJSON()).toBe('{}');
192+
expect(roofGeometry.parameters.options).toBe('{}');
193193
});
194194

195195
window.printError = printError;

0 commit comments

Comments
 (0)