Skip to content

Commit

Permalink
testing: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Aug 11, 2021
1 parent 45a9cfb commit 0dd8b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/test/browser/api/extHostTesting.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ suite('ExtHost Testing', () => {

task1.appendOutput('hello');
const taskId = proxy.$appendOutputToRun.args[0]?.[1];
assert.deepStrictEqual([['run-id', taskId, VSBuffer.fromString('hello')]], proxy.$appendOutputToRun.args);
assert.deepStrictEqual([['run-id', taskId, VSBuffer.fromString('hello'), undefined, undefined]], proxy.$appendOutputToRun.args);
task1.end();

assert.strictEqual(proxy.$finishedExtensionTestRun.called, false);
Expand Down

0 comments on commit 0dd8b8c

Please sign in to comment.