Skip to content

Commit ff6772a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ beforeEach(() => {
185185
test('Constructor', () => {
186186
const bldg = new Building('868101951', data);
187187
expect(bldg.parts.length).toBe(0);
188+
expect(BuildingParts.getLongestSideAngle(bldg.outerElement)).toBe(90);
188189
const meshes = bldg.render();
189190
const roofmesh = meshes[0];
190191
const roofGeometry = roofmesh.geometry;

0 commit comments

Comments
 (0)