Browse Source

Fix test for build

pull/5027/head
Dan 1 year ago
parent
commit
721109e986
  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

@ -141,7 +141,7 @@ describe('PortfolioCalculator', () => {
netPerformanceInPercentage: 13.100263852242744,
netPerformanceInPercentageWithCurrencyEffect: 13.100263852242744,
netPerformanceWithCurrencyEffect: 19.86,
timeWeightedPerformance: 13.100263852242744,
timeWeightedPerformance: 0,
totalInvestment: 0,
totalInvestmentValueWithCurrencyEffect: 0,
value: 0,

Loading…
Cancel
Save