Browse Source

Fix test

pull/5027/head
Daniel Devaud 2 years ago
parent
commit
4416295fe3
  1. 2
      apps/api/src/app/portfolio/portfolio-calculator-novn-buy-and-sell.spec.ts

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

@ -77,6 +77,7 @@ describe('PortfolioCalculator', () => {
date: '2022-03-07',
netPerformanceInPercentage: 0,
netPerformance: 0,
timeWeightedPerformance: 0,
totalInvestment: 151.6,
value: 151.6
});
@ -85,6 +86,7 @@ describe('PortfolioCalculator', () => {
date: '2022-04-11',
netPerformanceInPercentage: 13.100263852242744,
netPerformance: 19.86,
timeWeightedPerformance: 0,
totalInvestment: 0,
value: 0
});

Loading…
Cancel
Save