Skip to content

Commit c94ff35

Browse files
authored
Update gabledroofbug.test.js
1 parent 73f50ba commit c94ff35

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
@@ -186,7 +186,7 @@ beforeEach(() => {
186186
test('Constructor', () => {
187187
const bldg = new Building('868101951', data);
188188
expect(bldg.parts.length).toBe(0);
189-
expect(BuildingParts.getLongestSideAngle(bldg.outerElement)).toBe(90);
189+
expect(BuildingPart.getLongestSideAngle(bldg.outerElement)).toBe(90);
190190
const meshes = bldg.render();
191191
const roofmesh = meshes[0];
192192
const roofGeometry = roofmesh.geometry;

0 commit comments

Comments
 (0)