提交 e08ba900 编写于 作者: R Rob Lourens

💄

上级 b0cb3ddc
......@@ -158,7 +158,6 @@ suite('SearchModel', () => {
const testObject: SearchModel = instantiationService.createInstance(SearchModel);
await testObject.search({ contentPattern: { pattern: 'somestring' }, type: 1, folderQueries });
// await timeout(0); // TODO@rob https://github.com/microsoft/vscode/issues/80251
assert.ok(target.calledThrice);
const data = target.args[0];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册