Skip to content

Commit

Permalink
Remove other waiting code
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Jun 26, 2023
1 parent a344fde commit 17b7da5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test/general/streaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ function tests() {
dataArrived();
reader.releaseLock();
await stream.cancel(decrypted.data, new Error('canceled by test'));
await new Promise(setTimeout);
expect(canceled).to.be.true;
});
});
Expand Down

0 comments on commit 17b7da5

Please sign in to comment.