File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
test/integration/change-streams Expand file tree Collapse file tree 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 () {
837837 status === 'rejected'
838838 ? reason . message
839839 : value . operationType === 'insert'
840- ? `insert count = ${ value . fullDocument . insertCount } `
841- : null ;
840+ ? `insert count = ${ value . fullDocument . insertCount } `
841+ : null ;
842842 return `${ status } :${ res } ` ;
843843 } ) ;
844844
@@ -865,8 +865,8 @@ describe('Change Streams', function () {
865865 status === 'rejected'
866866 ? reason . message
867867 : value . operationType === 'insert'
868- ? `insert count = ${ value . fullDocument . insertCount } `
869- : null ;
868+ ? `insert count = ${ value . fullDocument . insertCount } `
869+ : null ;
870870 return `${ status } :${ res } ` ;
871871 } ) ;
872872
@@ -897,8 +897,8 @@ describe('Change Streams', function () {
897897 status === 'rejected'
898898 ? reason . message
899899 : value . operationType === 'insert'
900- ? `insert count = ${ value . fullDocument . insertCount } `
901- : null ;
900+ ? `insert count = ${ value . fullDocument . insertCount } `
901+ : null ;
902902 return `${ status } :${ res } ` ;
903903 } ) ;
904904
You can’t perform that action at this time.
0 commit comments