Skip to content

Commit 64ba2ca

Browse files
committed
Attempt to fix quick query test
1 parent a9dcb2d commit 64ba2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe('Queries', function() {
150150
fs.readFileSync(qlpackFile, 'utf8')
151151
);
152152
// Should have chosen the js libraries
153-
expect(qlpackContents.libraryPathDependencies[0]).to.eq('codeql-javascript');
153+
expect(qlpackContents.libraryPathDependencies[0]).to.include('javascript');
154154
});
155155

156156
it('should avoid creating a quick query', async () => {

0 commit comments

Comments
 (0)