Skip to content

Commit

Permalink
chore(datetimepicker): change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidicus committed Mar 6, 2023
1 parent 266cce9 commit b622d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ describe('DateTimePickerV2', () => {
});
});

it('should render without a time picker', () => {
it('should render without a time picker and a mask that does not include time', () => {
render(
<DateTimePicker
{...dateTimePickerProps}
Expand Down

0 comments on commit b622d46

Please sign in to comment.