提交 5aba426b 编写于 作者: J Johannes Rieken

fix tests

上级 f9dac592
......@@ -252,7 +252,7 @@ suite('ExtHostLanguageFeatures', function () {
return Promise.resolve(data.provider.resolveCodeLens(model, data.symbol, CancellationToken.None)).then(symbol => {
assert.equal(symbol.command.id, 'missing');
assert.equal(symbol.command.title, '<<MISSING COMMAND>>');
assert.equal(symbol.command.title, '!!MISSING: command!!');
});
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册