Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Dec 19, 2024
1 parent bcc2a75 commit f362394
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ describe('UpdateAcquisitionForm component', () => {
});

it('displays estimated completion, assigned and possession dates', async () => {
const { getEstimatedCompletionDatePicker, getPossessionDatePicker, getAssignedDatePicker } = setup({ initialValues });
const { getEstimatedCompletionDatePicker, getPossessionDatePicker, getAssignedDatePicker } =
setup({ initialValues });
await act(async () => {});
expect(getEstimatedCompletionDatePicker()).toHaveValue('Jul 10, 2024');
expect(getPossessionDatePicker()).toHaveValue('Jul 10, 2025');
Expand Down

0 comments on commit f362394

Please sign in to comment.