Skip to content

Commit 6331350

Browse files
authored
Update utils.test.js
1 parent eeff5f0 commit 6331350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ test('Get Width', () => {
9898
});
9999

100100
test('Vertex Angles', () => {
101-
expect(BuildingShapeUtils.vertexAngle(rightTriangle)).toStrictEqual([Math.PI / 2, Math.PI / 4, Math.PI / 4]);
101+
expect(BuildingShapeUtils.vertexAngle(rightTriangle)).toStrictEqual([-Math.PI / 2, -Math.PI / 4, -Math.PI / 4]);
102102
});

0 commit comments

Comments
 (0)