"Fix" distribution tests

This commit is contained in:
Robert
2023-05-31 14:59:23 +01:00
parent 6b4726bc2b
commit 9b84e0f831

View File

@@ -286,7 +286,7 @@ describe("Launcher path", () => {
const manager = new DistributionManager(
{ customCodeQlPath: pathToCmd } as any,
{} as any,
undefined as any,
{} as any,
);
const result = await manager.getCodeQlPathWithoutVersionCheck();
@@ -304,7 +304,7 @@ describe("Launcher path", () => {
const manager = new DistributionManager(
{ customCodeQlPath: pathToCmd } as any,
{} as any,
undefined as any,
{} as any,
);
const result = await manager.getCodeQlPathWithoutVersionCheck();
@@ -319,7 +319,7 @@ describe("Launcher path", () => {
const manager = new DistributionManager(
{ customCodeQlPath: pathToCmd } as any,
{} as any,
undefined as any,
{} as any,
);
const result = await manager.getCodeQlPathWithoutVersionCheck();