From 813b081f50f76d9f7b45a7c24d4468c4afb6e59b Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:21:12 +0200 Subject: [PATCH] Fix test --- apps/api/src/app/portfolio/current-rate.service.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ded39d058..7795552eb 100644 --- a/apps/api/src/app/portfolio/current-rate.service.spec.ts +++ b/apps/api/src/app/portfolio/current-rate.service.spec.ts @@ -75,11 +75,11 @@ describe('CurrentRateService', () => { dataProviderService = new DataProviderService( null, null, + [], null, null, null, - null, - [] + null ); exchangeRateDataService = new ExchangeRateDataService(null, null); marketDataService = new MarketDataService(null);