mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Fix task tests
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user