From 3a8cdc01af00dfb38d852e9f6ddf81b387863ba9 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 14 Apr 2024 07:59:49 +0200 Subject: [PATCH] Complete test --- .../twr/portfolio-calculator-msft-buy-with-dividend.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/src/app/portfolio/calculator/twr/portfolio-calculator-msft-buy-with-dividend.spec.ts b/apps/api/src/app/portfolio/calculator/twr/portfolio-calculator-msft-buy-with-dividend.spec.ts index 547eaa480..e50ce4194 100644 --- a/apps/api/src/app/portfolio/calculator/twr/portfolio-calculator-msft-buy-with-dividend.spec.ts +++ b/apps/api/src/app/portfolio/calculator/twr/portfolio-calculator-msft-buy-with-dividend.spec.ts @@ -133,8 +133,9 @@ describe('PortfolioCalculator', () => { totalFeesWithCurrencyEffect: new Big('19'), totalInterestWithCurrencyEffect: new Big('0'), totalInvestment: new Big('298.58'), + totalInvestmentWithCurrencyEffect: new Big('298.58'), totalLiabilitiesWithCurrencyEffect: new Big('0'), - totalInvestmentWithCurrencyEffect: new Big('298.58') + totalValuablesWithCurrencyEffect: new Big('0') }); }); });