Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroHryshyn committed Jan 31, 2024
1 parent be3bfe9 commit c524da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dowloadService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DownloadService } from '../src/components/downloadService';
import type { FileSystem } from 'vscode';
import { AxiosError, AxiosInstance } from 'axios';
import nock from 'nock';
import axiosInstance from '../src/axios';
import { retryingClient as axiosInstance } from '../src/axios';

const mockedFileSystemUtilities = {
getModificationTime: vi.fn(() => 1),
Expand Down

0 comments on commit c524da4

Please sign in to comment.