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 @@ -830,8 +830,8 @@ describe('Change Streams', function () {
830830 status === 'rejected'
831831 ? reason . message
832832 : value . operationType === 'insert'
833- ? `insert count = ${ value . fullDocument . insertCount } `
834- : null ;
833+ ? `insert count = ${ value . fullDocument . insertCount } `
834+ : null ;
835835 return `${ status } :${ res } ` ;
836836 } ) ;
837837
@@ -858,8 +858,8 @@ describe('Change Streams', function () {
858858 status === 'rejected'
859859 ? reason . message
860860 : value . operationType === 'insert'
861- ? `insert count = ${ value . fullDocument . insertCount } `
862- : null ;
861+ ? `insert count = ${ value . fullDocument . insertCount } `
862+ : null ;
863863 return `${ status } :${ res } ` ;
864864 } ) ;
865865
@@ -890,8 +890,8 @@ describe('Change Streams', function () {
890890 status === 'rejected'
891891 ? reason . message
892892 : value . operationType === 'insert'
893- ? `insert count = ${ value . fullDocument . insertCount } `
894- : null ;
893+ ? `insert count = ${ value . fullDocument . insertCount } `
894+ : null ;
895895 return `${ status } :${ res } ` ;
896896 } ) ;
897897
You can’t perform that action at this time.
0 commit comments