From dc54b859cef8599eacad6c617c8e1b412d2f1d1b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:28:32 -0800 Subject: [PATCH] Frontend coverage --- .../document-list/bulk-editor/bulk-editor.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.spec.ts b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.spec.ts index 556c61ad9..c0db41512 100644 --- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.spec.ts +++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.spec.ts @@ -1446,7 +1446,7 @@ describe('BulkEditorComponent', () => { component.setCustomFieldValues({ itemsToAdd: [{ id: 1 }, { id: 2 }], - itemsToRemove: [], + itemsToRemove: [1], } as any) expect(modal.componentInstance.customFields).toEqual(component.customFields)