Skip to content

Commit 9b84e0f

Browse files
"Fix" distribution tests
1 parent 6b4726b commit 9b84e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/ql-vscode/test/vscode-tests/no-workspace/codeql-cli/distribution.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ describe("Launcher path", () => {
286286
const manager = new DistributionManager(
287287
{ customCodeQlPath: pathToCmd } as any,
288288
{} as any,
289-
undefined as any,
289+
{} as any,
290290
);
291291

292292
const result = await manager.getCodeQlPathWithoutVersionCheck();
@@ -304,7 +304,7 @@ describe("Launcher path", () => {
304304
const manager = new DistributionManager(
305305
{ customCodeQlPath: pathToCmd } as any,
306306
{} as any,
307-
undefined as any,
307+
{} as any,
308308
);
309309

310310
const result = await manager.getCodeQlPathWithoutVersionCheck();
@@ -319,7 +319,7 @@ describe("Launcher path", () => {
319319
const manager = new DistributionManager(
320320
{ customCodeQlPath: pathToCmd } as any,
321321
{} as any,
322-
undefined as any,
322+
{} as any,
323323
);
324324

325325
const result = await manager.getCodeQlPathWithoutVersionCheck();

0 commit comments

Comments
 (0)