From 46223a5ffca252e3bbc77571664ad8e8ec77a5e4 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Thu, 3 Oct 2024 16:28:28 +0400 Subject: [PATCH] [refactor] Fix NumberInput tests --- .../core/src/components/NumberInput/NumberInput.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@mantine/core/src/components/NumberInput/NumberInput.test.tsx b/packages/@mantine/core/src/components/NumberInput/NumberInput.test.tsx index 14c389c6ea..5f75c12942 100644 --- a/packages/@mantine/core/src/components/NumberInput/NumberInput.test.tsx +++ b/packages/@mantine/core/src/components/NumberInput/NumberInput.test.tsx @@ -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');