File tree 1 file changed +6
-6
lines changed
test/integration/change-streams
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -837,8 +837,8 @@ describe('Change Streams', function () {
837
837
status === 'rejected'
838
838
? reason . message
839
839
: value . operationType === 'insert'
840
- ? `insert count = ${ value . fullDocument . insertCount } `
841
- : null ;
840
+ ? `insert count = ${ value . fullDocument . insertCount } `
841
+ : null ;
842
842
return `${ status } :${ res } ` ;
843
843
} ) ;
844
844
@@ -865,8 +865,8 @@ describe('Change Streams', function () {
865
865
status === 'rejected'
866
866
? reason . message
867
867
: value . operationType === 'insert'
868
- ? `insert count = ${ value . fullDocument . insertCount } `
869
- : null ;
868
+ ? `insert count = ${ value . fullDocument . insertCount } `
869
+ : null ;
870
870
return `${ status } :${ res } ` ;
871
871
} ) ;
872
872
@@ -897,8 +897,8 @@ describe('Change Streams', function () {
897
897
status === 'rejected'
898
898
? reason . message
899
899
: value . operationType === 'insert'
900
- ? `insert count = ${ value . fullDocument . insertCount } `
901
- : null ;
900
+ ? `insert count = ${ value . fullDocument . insertCount } `
901
+ : null ;
902
902
return `${ status } :${ res } ` ;
903
903
} ) ;
904
904
You can’t perform that action at this time.
0 commit comments