Skip to content

Commit 4f68c5c

Browse files
Fix broken test
Co-authored by: Marc Jaramillo mnj.webdeveloper@gmail.com Co-authored by: Musab Guma'a mgsium@github.com
1 parent af9b544 commit 4f68c5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/vscode-tests/cli-integration/queries.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ describe('Queries', function() {
6464
// Add a database
6565
const uri = Uri.file(dbLoc);
6666
const maybeDbItem = await importArchiveDatabase(
67-
cli,
6867
uri.toString(true),
6968
databaseManager,
7069
storagePath,
7170
progress,
72-
token
71+
token,
72+
cli
7373
);
7474

7575
if (!maybeDbItem) {

0 commit comments

Comments
 (0)