Skip to content

Commit deb2684

Browse files
committed
Fix failing test
1 parent efabcae commit deb2684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/test/vscode-tests/cli-integration/variant-analysis/variant-analysis-manager.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe("Variant Analysis Manager", () => {
222222
it("should run a remote query that is part of a qlpack", async () => {
223223
await doVariantAnalysisTest({
224224
queryPath: "data-remote-qlpack/in-pack.ql",
225-
expectedPackName: "codeql-remote/query",
225+
expectedPackName: "github/remote-query-pack",
226226
filesThatExist: ["in-pack.ql", "lib.qll"],
227227
filesThatDoNotExist: [],
228228
qlxFilesThatExist: ["in-pack.qlx"],
@@ -232,7 +232,7 @@ describe("Variant Analysis Manager", () => {
232232
it("should run a remote query that is not part of a qlpack", async () => {
233233
await doVariantAnalysisTest({
234234
queryPath: "data-remote-no-qlpack/in-pack.ql",
235-
expectedPackName: "",
235+
expectedPackName: "codeql-remote/query",
236236
filesThatExist: ["in-pack.ql"],
237237
filesThatDoNotExist: ["lib.qll", "not-in-pack.ql"],
238238
qlxFilesThatExist: ["in-pack.qlx"],

0 commit comments

Comments
 (0)