Skip to content

Commit

Permalink
test: improve change stream tests (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed May 31, 2022
1 parent 52fea4d commit cb3e860
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 1,006 deletions.
2 changes: 1 addition & 1 deletion src/change_stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ export class ChangeStream<
* Drain the resume queue when a new has become available
* @internal
*
* @param err - error getting a new cursor
* @param error - error getting a new cursor
*/
private _processResumeQueue(error?: Error) {
while (this[kResumeQueue].length) {
Expand Down

0 comments on commit cb3e860

Please sign in to comment.