Skip to content

Commit 1b1ea33

Browse files
committed
Temporarily add a fake language to make sure it fails correctly
1 parent 46abd02 commit 1b1ea33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('Use cli', function() {
5656
it('should resolve languages', async function() {
5757
skipIfNoCodeQL(this);
5858
const languages = await cli.resolveLanguages();
59-
for (const expectedLanguage of ['cpp', 'csharp', 'go', 'java', 'javascript', 'python']) {
59+
for (const expectedLanguage of ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'fake-language-test']) {
6060
expect(languages).to.have.property(expectedLanguage).that.is.not.undefined;
6161
}
6262
});

0 commit comments

Comments
 (0)