Skip to content

Commit 56eda3d

Browse files
authored
Update gabledroofbug.test.js
1 parent d888e23 commit 56eda3d

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
@@ -190,7 +190,7 @@ test('Constructor', () => {
190190
// verify this
191191
// expect(sideAngle).toBe(-2.229783094955044);
192192
const sideAngleDeg = BuildingPart.atanRadToCompassDeg(sideAngle);
193-
expect(sideAngleDeg).toBe(300);
193+
expect(sideAngleDeg).toBe(217.7571605705425);
194194
const meshes = bldg.render();
195195
const roofmesh = meshes[0];
196196
const roofGeometry = roofmesh.geometry;

0 commit comments

Comments
 (0)