Browse Source

remove firstBuyDate in test

pull/6258/head
Sven Günther 7 days ago
parent
commit
2c75ccc0bc
  1. 1
      apps/api/src/app/portfolio/calculator/roai/portfolio-calculator-msft-buy-with-dividend.spec.ts

1
apps/api/src/app/portfolio/calculator/roai/portfolio-calculator-msft-buy-with-dividend.spec.ts

@ -287,7 +287,6 @@ describe('PortfolioCalculator', () => {
dividend: new Big('2.66'), dividend: new Big('2.66'),
dividendInBaseCurrency: new Big('2.66'), dividendInBaseCurrency: new Big('2.66'),
fee: new Big('19'), fee: new Big('19'),
firstBuyDate: '2021-09-16',
quantity: new Big('1'), quantity: new Big('1'),
symbol: 'MSFT', symbol: 'MSFT',
tags: [], tags: [],

Loading…
Cancel
Save