Skip to content

Commit d8668c0

Browse files
authored
Update utils.test.js
1 parent 6591746 commit d8668c0

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
@@ -76,7 +76,7 @@ test('Edge Direction', () => {
7676
});
7777

7878
test('Edge Direction2', () => {
79-
expect(BuildingShapeUtils.edgeDirection(rightTriangle2)).toBeDeepCloseTo([Math.PI, -Math.PI / 4, Math.PI / 2]);
79+
expect(BuildingShapeUtils.edgeDirection(rightTriangle2)).toBeDeepCloseTo([-Math.PI, -Math.PI / 4, Math.PI / 2]);
8080
});
8181

8282
test('Longest side angle', () => {

0 commit comments

Comments
 (0)