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(