[GIT] Evergreen ILS branch main updated. bb256ffaad6cebf02118389679a3b8491f4e7b83

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via bb256ffaad6cebf02118389679a3b8491f4e7b83 (commit) from c36282b9258ba7be1c9ef10905ab418ade536d44 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bb256ffaad6cebf02118389679a3b8491f4e7b83 Author: Jane Sandberg <sandbergja@gmail.com> Date: Mon Mar 31 09:05:03 2025 -0700 LP2074112 follow-up: allow angular unit tests to compile LP2074112 added a ninth parameter to the constructor of this component, but did not update the test in which the constructor was called. This caused the angular unit tests to not be able to compile at all. This work was done in the collaborative code review -- many thanks for this! Signed-off-by: Jane Sandberg <sandbergja@gmail.com> diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts index 465bb742f6..5b4212046a 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts @@ -24,7 +24,7 @@ describe('CopyAttrsComponent', () => { beforeEach(() => { component = new CopyAttrsComponent(idlMock, orgMock, authServiceMock, - null, formatServiceMock, storeServiceMock, + null, null, formatServiceMock, storeServiceMock, toastServiceMock, volCopyServiceMock); component.copyTemplateCbox = jasmine.createSpyObj<ComboboxComponent>(['entries']); component.copyTemplateCbox.selected = {id: 0}; ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User