From 23f5c2ea28f6f0234425c6e50e932a6de6dee48b Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 18 Oct 2022 20:55:02 +0200 Subject: [PATCH] Fix test description --- .../portfolio-calculator-novn-buy-and-sell-partially.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/app/portfolio/portfolio-calculator-novn-buy-and-sell-partially.spec.ts b/apps/api/src/app/portfolio/portfolio-calculator-novn-buy-and-sell-partially.spec.ts index 745dc9c39..f3b3e5881 100644 --- a/apps/api/src/app/portfolio/portfolio-calculator-novn-buy-and-sell-partially.spec.ts +++ b/apps/api/src/app/portfolio/portfolio-calculator-novn-buy-and-sell-partially.spec.ts @@ -22,7 +22,7 @@ describe('PortfolioCalculator', () => { }); 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({ currentRateService, currency: 'CHF',