Skip to content

Commit f0bad18

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

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
@@ -213,7 +213,7 @@ test('Constructor', () => {
213213
// verify this
214214
expect(sideAngle).toBe(-1.4749864957263585);
215215
const sideAngleDeg = BuildingPart.atanRadToCompassDeg(sideAngle);
216-
expect(sideAngleDeg).toBe(217.7571605705425);
216+
expect(sideAngleDeg).toBe(174.51050104391143);
217217
const meshes = bldg.render();
218218
const roofmesh = meshes[0];
219219
const roofGeometry = roofmesh.geometry;

0 commit comments

Comments
 (0)