Browse Source

Update test

pull/364/head
Thomas 4 years ago
parent
commit
618b7d416a
  1. 2
      apps/api/src/app/portfolio/portfolio.service.spec.ts

2
apps/api/src/app/portfolio/portfolio.service.spec.ts

@ -57,6 +57,6 @@ describe('PortfolioService', () => {
daysInMarket: 575, // > 1 year daysInMarket: 575, // > 1 year
netPerformancePercent: 0.2374 netPerformancePercent: 0.2374
}) })
).toEqual(0.1447846830315136); ).toBeCloseTo(0.145);
}); });
}); });

Loading…
Cancel
Save