Skip to content

Commit cb3e860

Browse files
authored
test: improve change stream tests (#3272)
1 parent 52fea4d commit cb3e860

File tree

2 files changed

+458
-1006
lines changed

2 files changed

+458
-1006
lines changed

src/change_stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ export class ChangeStream<
852852
* Drain the resume queue when a new has become available
853853
* @internal
854854
*
855-
* @param err - error getting a new cursor
855+
* @param error - error getting a new cursor
856856
*/
857857
private _processResumeQueue(error?: Error) {
858858
while (this[kResumeQueue].length) {

0 commit comments

Comments
 (0)