Skip to content

Commit 6591746

Browse files
authored
Update utils.test.js
#72
1 parent 9c5209d commit 6591746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utils.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ test('Edge Lengths', () => {
7272
});
7373

7474
test('Edge Direction', () => {
75-
expect(BuildingShapeUtils.edgeDirection(rightTriangle)).toBeDeepCloseTo([-Math.PI / 2, Math.PI / 4, 0]);
75+
expect(BuildingShapeUtils.edgeDirection(rightTriangle)).toBeDeepCloseTo([-Math.PI / 2, 3 * Math.PI / 4, 0]);
7676
});
7777

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

0 commit comments

Comments
 (0)