Skip to content

Commit 4a2c2dc

Browse files
authored
Update gabledroofbug.test.js
1 parent f0bad18 commit 4a2c2dc

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
@@ -208,7 +208,7 @@ test('Constructor', () => {
208208
const bldg = new Building('285102551', data1);
209209
expect(bldg.parts.length).toBe(0);
210210
expect(bldg.outerElement.getAttribute('roof:direction')).toBe(undefined);
211-
expect(bldg.outerElement.options.roof.direction).toBe(264.5105010439114);
211+
expect(bldg.outerElement.options.roof.height).toBe(3);
212212
const sideAngle = BuildingShapeUtils.longestSideAngle(bldg.outerElement.shape);
213213
// verify this
214214
expect(sideAngle).toBe(-1.4749864957263585);

0 commit comments

Comments
 (0)