Skip to content

Commit 3dadf70

Browse files
made correct reference of the file
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 5e79eea commit 3dadf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/util/download.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { EventEmitter } from 'events';
88
import * as path from 'path';
99
import * as sinon from 'sinon';
1010
import * as sinonChai from 'sinon-chai';
11-
import type { DownloadUtil as DownloadUtilType } from '../../../src/downloadBinaries/download';
11+
import type { DownloadUtil as DownloadUtilType } from '../../../src/downloadUtil/download';
1212
import { wait } from '../../../src/util/async';
1313

1414
import pq = require('proxyquire');

0 commit comments

Comments
 (0)