From 3bf91740505fbaad9ac62b08635363bcef12bf23 Mon Sep 17 00:00:00 2001 From: Valentin Zickner Date: Wed, 6 Oct 2021 21:59:16 +0200 Subject: [PATCH] fix tests Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> --- apps/api/src/app/portfolio/current-rate.service.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/src/app/portfolio/current-rate.service.spec.ts b/apps/api/src/app/portfolio/current-rate.service.spec.ts index a166a11af..ded39d058 100644 --- a/apps/api/src/app/portfolio/current-rate.service.spec.ts +++ b/apps/api/src/app/portfolio/current-rate.service.spec.ts @@ -78,7 +78,8 @@ describe('CurrentRateService', () => { null, null, null, - null + null, + [] ); exchangeRateDataService = new ExchangeRateDataService(null, null); marketDataService = new MarketDataService(null);