提交 31f7168b 编写于 作者: D Daniel Imms

Fix task tests

上级 678abfe8
......@@ -23,7 +23,7 @@ suite('workspace-namespace', () => {
reg1.dispose();
const reg2 = vscode.window.onDidWriteTerminalData(e => {
reg2.dispose();
assert.equal(e, 'testing\r\n');
assert.equal(e.data, 'testing\r\n');
term.dispose();
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册