Browse Source

Fix Tests

pull/5027/head
Dan 1 year ago
parent
commit
015b4fbcd0
  1. 2
      apps/api/src/app/portfolio/portfolio-calculator-novn-baln-buy-and-sell.spec.ts

2
apps/api/src/app/portfolio/portfolio-calculator-novn-baln-buy-and-sell.spec.ts

@ -21,7 +21,7 @@ describe('PortfolioCalculator', () => {
let exchangeRateDataService: ExchangeRateDataService;
beforeEach(() => {
currentRateService = new CurrentRateService(null, null);
currentRateService = new CurrentRateService(null, null, null, null);
exchangeRateDataService = new ExchangeRateDataService(
null,

Loading…
Cancel
Save