Skip to content

Commit 2f43f5d

Browse files
author
Alexander Eyers-Taylor
committed
Fix mock test data
1 parent ae5ef01 commit 2f43f5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/test/vscode-tests/no-workspace/query-results.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ describe("query-results", () => {
5858
endLine: 2,
5959
fileName: "/home/users/yz",
6060
};
61+
(fqi.initialInfo as any).isQuickEval = true;
6162
expect(fqi.getQueryName()).toBe("Quick evaluation of yz:1-2");
6263
(fqi.initialInfo as any).quickEvalPosition.endLine = 1;
6364
expect(fqi.getQueryName()).toBe("Quick evaluation of yz:1");

0 commit comments

Comments
 (0)