Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mia committed Feb 27, 2024
1 parent 4bf5073 commit 001983f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('<RangePickerField />', () => {
fireEvent.click(secondDayButtonElement);
});

it('the start is set to 15th 00:00, and the end is set to 16th 23:59, triggering the OnValue function.', async () => {
it('the start is set to 15th 00:00, and the end is set to 16th 23:59, triggering the onValueChange function.', async () => {
const startDate = new Date();
const endDate = new Date();

Expand Down

0 comments on commit 001983f

Please sign in to comment.