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=refs%2Fheads%2Fuser%2Fcsharp%2Flp1992657_fix_npm_test;p=working%2FEvergreen.git lp1992657 - fix broken NPM test Signed-off-by: Chris Sharp --- 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 ); });