Browse Source

Fix test

pull/2095/head
Thomas 2 years ago
parent
commit
7eea9c189b
  1. 3
      apps/api/src/app/portfolio/current-rate.service.spec.ts

3
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,

Loading…
Cancel
Save