Skip to content

Commit

Permalink
streams - fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jun 11, 2020
1 parent 18f33ed commit 5cdc320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/base/test/common/stream.test.ts
Expand Up @@ -236,6 +236,7 @@ suite('Stream', () => {
assert.ok(!error);

stream.on('error', err => error = err);
stream.on('data', chunk => { });
assert.ok(error);
});

Expand Down

0 comments on commit 5cdc320

Please sign in to comment.