Skip to content

Commit 43ff8c7

Browse files
authored
Update gabledroofbug.test.js
1 parent 1e2e3a8 commit 43ff8c7

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
@@ -211,7 +211,7 @@ test('Constructor', () => {
211211
expect(bldg.outerElement.options.roof.direction).toBe(264.5105010439114);
212212
const sideAngle = BuildingShapeUtils.longestSideAngle(bldg.outerElement.shape);
213213
// verify this
214-
expect(sideAngle).toBe(-2.229783094955044);
214+
expect(sideAngle).toBe(-1.4749864957263585);
215215
const sideAngleDeg = BuildingPart.atanRadToCompassDeg(sideAngle);
216216
expect(sideAngleDeg).toBe(217.7571605705425);
217217
const meshes = bldg.render();

0 commit comments

Comments
 (0)