Skip to content

Commit 1f379d7

Browse files
committed
fix: correct a typo
1 parent e4aa0df commit 1f379d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/components/cards/User.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("User card component", () => {
5151
expect(screen.getByTestId("tag")).toBeInTheDocument();
5252
});
5353

54-
test("Calls onClock prop when clicked", () => {
54+
test("Calls onClick prop when clicked", () => {
5555
fireEvent.click(screen.getByTestId("userId"));
5656
expect(handleClick).toHaveBeenCalled();
5757
});

0 commit comments

Comments
 (0)