Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/api/src/app/portfolio/portfolio-calculator-novn-buy-and-sell-partially.spec.ts
|
@ -22,7 +22,7 @@ describe('PortfolioCalculator', () => { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
describe('get current positions', () => { |
|
|
describe('get current positions', () => { |
|
|
it.only('with BALN.SW buy and sell', async () => { |
|
|
it.only('with NOVN.SW buy and sell partially', async () => { |
|
|
const portfolioCalculator = new PortfolioCalculator({ |
|
|
const portfolioCalculator = new PortfolioCalculator({ |
|
|
currentRateService, |
|
|
currentRateService, |
|
|
currency: 'CHF', |
|
|
currency: 'CHF', |
|
|