adjust test for new member, #1396

This commit is contained in:
Johannes Rieken
2016-08-25 15:36:56 +02:00
parent 72157e3b6b
commit 45f1593479

View File

@@ -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', () => {