From 0c4a837864a4e3594da05a74eb7d2e0ab7529d1d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:05:09 +0100 Subject: [PATCH] Reorder --- .../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 d53551d0e..7bf0bc1e1 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 @@ -103,11 +103,11 @@ describe('PortfolioCalculator', () => { fee: new Big('4.25'), firstBuyDate: '2022-03-07', grossPerformance: new Big('21.93'), - grossPerformanceWithCurrencyEffect: new Big('21.93'), grossPerformancePercentage: new Big('0.15113417083448194384'), grossPerformancePercentageWithCurrencyEffect: new Big( '0.15113417083448194384' ), + grossPerformanceWithCurrencyEffect: new Big('21.93'), investment: new Big('75.80'), investmentWithCurrencyEffect: new Big('75.80'), netPerformance: new Big('17.68'),