Skip to content

Commit 46b0079

Browse files
authored
Update buildingpart.test.js
1 parent 9d7554b commit 46b0079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/buildingpart.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test('Constructor', () => {
6161
expect(part.options.roof.orientation).toBe('along');
6262

6363
// toDo: Mock BuildingShapeUtils and test options
64-
expect(BuildingShapeUtils.longestSideAngle(part.shape)).toBe(0)
64+
expect(BuildingShapeUtils.longestSideAngle(part.shape)).toBe(0);
6565
expect(part.options.roof.direction).toBe(90);
6666
expect(errors.length).toBe(0);
6767
});

0 commit comments

Comments
 (0)