From: Chris Sharp Date: Wed, 12 Oct 2022 14:16:43 +0000 (-0400) Subject: lp1992657 - fix broken NPM test X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d5f59248d1b4a2b53b87c2dbad203137a6e36f4b;p=working%2FEvergreen.git lp1992657 - fix broken NPM test Signed-off-by: Chris Sharp Signed-off-by: Jane Sandberg --- 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 ); });