From 8a90d1abcc3cea03322e1d0bfaf8935ab8c45920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20G=C3=B3mez?= Date: Fri, 20 Sep 2024 23:19:23 +0200 Subject: [PATCH] Fix YahooFinancialDataClient test (#578) --- src/companies/datasources/yahoo-financial-data.client.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/companies/datasources/yahoo-financial-data.client.spec.ts b/src/companies/datasources/yahoo-financial-data.client.spec.ts index fc898d9e..2a560b07 100644 --- a/src/companies/datasources/yahoo-financial-data.client.spec.ts +++ b/src/companies/datasources/yahoo-financial-data.client.spec.ts @@ -12,7 +12,7 @@ describe('YahooFinancialDataClient', () => { const mockedHttpService = jest.mocked( { axiosRef: { get: jest.fn() } } as unknown as HttpService, - true, + { shallow: false }, ); const client = new YahooFinancialDataClient(