Skip to content

Commit

Permalink
made correct reference of the file
Browse files Browse the repository at this point in the history
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
  • Loading branch information
msivasubramaniaan committed Jun 7, 2023
1 parent 5e79eea commit 3dadf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/util/download.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { EventEmitter } from 'events';
import * as path from 'path';
import * as sinon from 'sinon';
import * as sinonChai from 'sinon-chai';
import type { DownloadUtil as DownloadUtilType } from '../../../src/downloadBinaries/download';
import type { DownloadUtil as DownloadUtilType } from '../../../src/downloadUtil/download';
import { wait } from '../../../src/util/async';

import pq = require('proxyquire');
Expand Down

0 comments on commit 3dadf70

Please sign in to comment.