From 7eea9c189b27b6592cd3d89db6ccfab05601fce6 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 24 Jun 2023 10:59:32 +0200 Subject: [PATCH] Fix test --- 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 0dd2b3a68..c9711aa7b 100644 --- a/apps/api/src/app/portfolio/current-rate.service.spec.ts +++ b/apps/api/src/app/portfolio/current-rate.service.spec.ts @@ -98,7 +98,8 @@ describe('CurrentRateService', () => { [], null, null, - propertyService + propertyService, + null ); exchangeRateDataService = new ExchangeRateDataService( null,