Skip to content

Commit

Permalink
[refactor] Fix NumberInput tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 3, 2024
1 parent bfc3cb7 commit 46223a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('@mantine/core/NumberInput', () => {

focusInput();
await enterText('{backspace}');
expect(spy).toHaveBeenLastCalledWith(900719925474099);
expect(spy).toHaveBeenLastCalledWith('900719925474099');
expect(spy).toHaveBeenCalledTimes(1);

await enterText('2');
Expand Down

0 comments on commit 46223a5

Please sign in to comment.