Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit a902790

Browse files
committed
test: fix typo
1 parent 2d28350 commit a902790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maskAnalysis/utils/__tests__/getAngle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test.each([
8181
{ column: 5, row: 4 },
8282
Math.PI / 4,
8383
],
84-
])('getMathAngle (%s)', (_, point1, point2, expectedAngle) => {
84+
])('getClockwiseAngle (%s)', (_, point1, point2, expectedAngle) => {
8585
const result = getClockwiseAngle(point1, point2);
8686
expect(result).toBeCloseTo(expectedAngle);
8787
});

0 commit comments

Comments
 (0)