Skip to content

Commit

Permalink
Fix YahooFinancialDataClient test (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorgomezv authored Sep 20, 2024
1 parent 16e0132 commit 8a90d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8a90d1a

Please sign in to comment.