From d77ffd6cfb7e14b3de0684b3e5d4ec86f2614196 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 12 Oct 2022 10:16:43 -0400 Subject: [PATCH] lp1992657 - fix broken NPM test Signed-off-by: Chris Sharp --- Open-ILS/src/eg2/src/app/core/format.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/eg2/src/app/core/format.spec.ts b/Open-ILS/src/eg2/src/app/core/format.spec.ts index 9477994b14..4da483086e 100644 --- a/Open-ILS/src/eg2/src/app/core/format.spec.ts +++ b/Open-ILS/src/eg2/src/app/core/format.spec.ts @@ -52,6 +52,7 @@ describe('FormatService', () => { decimalPipe, idlService, orgService, + authService, localeService ); }); -- 2.11.0