Skip to content

Commit e8f5297

Browse files
committed
Fix unit test
1 parent 35933de commit e8f5297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lsptoolshost/unitTests/configurationMiddleware.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const testData = [
278278
describe('Server option name to vscode configuration name test', () => {
279279
const packageJson = JSON.parse(readFileSync('package.json').toString());
280280
const configurations = <any[]>packageJson['contributes']['configuration'];
281-
const numConfigurations = 5;
281+
const numConfigurations = 6;
282282
test('Max server sections are expected', () => {
283283
expect(configurations.length).toBe(numConfigurations);
284284
});

0 commit comments

Comments
 (0)