From e0be792e467019f8b8b1366e2ef3c48941758a5a Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 27 Jul 2021 13:52:57 +0200 Subject: [PATCH] Re-enable all tests --- apps/api/src/app/core/portfolio-calculator.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/app/core/portfolio-calculator.spec.ts b/apps/api/src/app/core/portfolio-calculator.spec.ts index 5e2521d9f..e1bbe7bc5 100644 --- a/apps/api/src/app/core/portfolio-calculator.spec.ts +++ b/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