Skip to content

Commit 61c3bef

Browse files
authored
Merge pull request github#1932 from github/aeisenberg/fix-vscode-integration-tests
Remove assertion in tests
2 parents 1c705da + 0959cb8 commit 61c3bef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/ql-vscode/test/vscode-tests/cli-integration/remote-queries/remote-queries-manager.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ describe("Remote queries", () => {
191191

192192
// check dependencies.
193193
expect(packNames).toContain("javascript-all");
194-
expect(packNames.length).toBeLessThan(3);
195194
});
196195

197196
it("should run a remote query that is not part of a qlpack", async () => {
@@ -248,7 +247,6 @@ describe("Remote queries", () => {
248247

249248
// check dependencies.
250249
expect(packNames).toContain("javascript-all");
251-
expect(packNames.length).toBeLessThan(3);
252250
});
253251

254252
it("should run a remote query that is nested inside a qlpack", async () => {
@@ -308,7 +306,6 @@ describe("Remote queries", () => {
308306

309307
// check dependencies.
310308
expect(packNames).toContain("javascript-all");
311-
expect(packNames.length).toBeLessThan(3);
312309
});
313310

314311
it("should cancel a run before uploading", async () => {

0 commit comments

Comments
 (0)