Skip to content

Commit 1a0cf7f

Browse files
authored
Update gabledroofbug.test.js
1 parent 447a8ae commit 1a0cf7f

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
@@ -186,7 +186,7 @@ beforeEach(() => {
186186
test('Constructor', () => {
187187
const bldg = new Building('868101951', data);
188188
expect(bldg.parts.length).toBe(0);
189-
expect(bldg.outerElement.options.roof.direction).toBe(0)
189+
expect(bldg.outerElement.options.roof.direction).toBe(0);
190190
const sideAngle = BuildingShapeUtils.longestSideAngle(bldg.outerElement.shape);
191191
// verify this
192192
expect(sideAngle).toBe(-2.229783094955044);

0 commit comments

Comments
 (0)