Skip to content

Commit aa29053

Browse files
fix: fix test
1 parent 927226c commit aa29053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vkui/src/components/DateRangeInput/DateRangeInput.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ describe('DateRangeInput', () => {
246246

247247
fireEvent.click(screen.getByTestId(testsProps.clearButtonTestId));
248248

249-
expect(onChange).toHaveBeenCalledExactlyOnceWith(undefined);
249+
expect(onChange).toHaveBeenCalledExactlyOnceWith(null);
250250
});
251251

252252
it(

0 commit comments

Comments
 (0)