diff --git a/frontend/src/app/components/action-plan/action-plan.component.spec.ts b/frontend/src/app/components/action-plan/action-plan.component.spec.ts index 351906c006..7d7249ba0b 100644 --- a/frontend/src/app/components/action-plan/action-plan.component.spec.ts +++ b/frontend/src/app/components/action-plan/action-plan.component.spec.ts @@ -97,7 +97,10 @@ describe('ActionPlanComponent', () => { .toHaveLength(1); expect(component.getFormControlArray() .getRawValue()) - .toStrictEqual([minItem]); + .toStrictEqual([expect.objectContaining({ + item: '', + isChecked: false + })]); }); function setFormControlArrayValue(items: Item[]) {