File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
extensions/ql-vscode/test/vscode-tests/no-workspace/codeql-cli Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments