Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
anakaren-rojas committed Dec 3, 2024
1 parent e845e00 commit ec17148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe("getClockwiseCoords", () => {
[0, 1],
];

expect(getClockwiseCoords(coords, coords[0], false)).toEqual([
expect(getClockwiseCoords(coords, coords[0], true)).toEqual([
[0, 1],
[1, 0],
[0, 0],
Expand Down

0 comments on commit ec17148

Please sign in to comment.