提交 a4ae8375 编写于 作者: J Johannes Rieken 提交者: GitHub

fix decorations service test

上级 45a71083
......@@ -66,7 +66,7 @@ suite('DecorationsService', function () {
readonly onDidChange: Event<URI[]> = Event.None;
provideDecorations(uri: URI) {
callCounter += 1;
return { color: 'someBlue', tooltip: 'Z' };
return { color: 'someBlue', title: 'Z' };
}
});
......@@ -84,7 +84,7 @@ suite('DecorationsService', function () {
readonly onDidChange: Event<URI[]> = Event.None;
provideDecorations(uri: URI) {
callCounter += 1;
return { color: 'someBlue', tooltip: 'J' };
return { color: 'someBlue', title: 'J' };
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册