fix a think-o that prevented the Angular tests from building
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 12 Aug 2021 22:11:37 +0000 (18:11 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 12 Aug 2021 22:11:37 +0000 (18:11 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/core/format.spec.ts

index 6ff5346..10deaf7 100644 (file)
@@ -49,7 +49,7 @@ describe('FormatService', () => {
         localeService = new LocaleService(location, null, pcrudService);
         service = new FormatService(
             datePipe,
-            currencyPipe,
+            decimalPipe,
             idlService,
             orgService,
             localeService