From 747d187e0a4a35cc5623e5b9e5af9e2ba5ae7cab Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 12 Aug 2021 18:11:37 -0400 Subject: [PATCH] fix a think-o that prevented the Angular tests from building Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/core/format.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0