Skip to content

Commit

Permalink
test correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Jan 3, 2024
1 parent 681ddc2 commit 0daa6da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ let mockViewProps: IUpdateChecklistFormProps = {
onSuccess: jest.fn(),
sectionTypeName: API.ACQUISITION_CHECKLIST_SECTION_TYPES,
statusTypeName: API.ACQUISITION_CHECKLIST_ITEM_STATUS_TYPES,
prefix: 'acq',
};

describe('UpdateChecklist form', () => {
Expand All @@ -44,6 +45,7 @@ describe('UpdateChecklist form', () => {
onError={mockViewProps.onError}
sectionTypeName={mockViewProps.sectionTypeName}
statusTypeName={mockViewProps.statusTypeName}
prefix={mockViewProps.prefix}
/>,
{
store: {
Expand Down

0 comments on commit 0daa6da

Please sign in to comment.