mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
adjust test for new member, #1396
This commit is contained in:
@@ -43,7 +43,7 @@ suite('workspace-namespace', () => {
|
||||
|
||||
test('configuration, getConfig/value', () => {
|
||||
const value = workspace.getConfiguration('farboo.config0');
|
||||
assert.equal(Object.keys(value).length, 2);
|
||||
assert.equal(Object.keys(value).length, 3);
|
||||
});
|
||||
|
||||
test('textDocuments', () => {
|
||||
|
||||
Reference in New Issue
Block a user