projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a25a8
)
fix a think-o that prevented the Angular tests from building
author
Galen Charlton
<gmc@equinoxOLI.org>
Thu, 12 Aug 2021 22:11:37 +0000
(18:11 -0400)
committer
Galen 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
patch
|
blob
|
history
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
6ff5346
..
10deaf7
100644
(file)
--- 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,
-
currency
Pipe,
+
decimal
Pipe,
idlService,
orgService,
localeService