Browse Source

Re-enable all tests

pull/239/head
Thomas 4 years ago
parent
commit
e0be792e46
  1. 2
      apps/api/src/app/core/portfolio-calculator.spec.ts

2
apps/api/src/app/core/portfolio-calculator.spec.ts

@ -612,7 +612,7 @@ describe('PortfolioCalculator', () => {
});
describe('get current positions', () => {
fit('with single VTI', async () => {
it('with single VTI', async () => {
const portfolioCalculator = new PortfolioCalculator(
currentRateService,
Currency.USD

Loading…
Cancel
Save