From: Galen Charlton Date: Thu, 12 Aug 2021 22:11:37 +0000 (-0400) Subject: fix a think-o that prevented the Angular tests from building X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=747d187e0a4a35cc5623e5b9e5af9e2ba5ae7cab;p=evergreen%2Ftadl.git fix a think-o that prevented the Angular tests from building Signed-off-by: Galen Charlton --- 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 6ff53467f7..10deaf78a8 100644 --- a/Open-ILS/src/eg2/src/app/core/format.spec.ts +++ b/Open-ILS/src/eg2/src/app/core/format.spec.ts @@ -49,7 +49,7 @@ describe('FormatService', () => { localeService = new LocaleService(location, null, pcrudService); service = new FormatService( datePipe, - currencyPipe, + decimalPipe, idlService, orgService, localeService