diff --git a/packages/mui-base/src/Unstable_NumberInput/NumberInput.test.tsx b/packages/mui-base/src/Unstable_NumberInput/NumberInput.test.tsx index 710cead8f81be1..d5b18aa48c9ef3 100644 --- a/packages/mui-base/src/Unstable_NumberInput/NumberInput.test.tsx +++ b/packages/mui-base/src/Unstable_NumberInput/NumberInput.test.tsx @@ -142,7 +142,7 @@ describe('', () => { expect(input.value).to.equal('9'); }); - it('clicking the increment and decrement buttons changes the value based on shiftMultiplier if the Shift key is held', async () => { + it('clicking the increment and decrement buttons changes the value based on shiftMultiplier if the Shift key is held', () => { const handleChange = spy(); const { getByTestId } = render(