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 @@ -830,8 +830,8 @@ describe('Change Streams', function () {
830
830
status === 'rejected'
831
831
? reason . message
832
832
: value . operationType === 'insert'
833
- ? `insert count = ${ value . fullDocument . insertCount } `
834
- : null ;
833
+ ? `insert count = ${ value . fullDocument . insertCount } `
834
+ : null ;
835
835
return `${ status } :${ res } ` ;
836
836
} ) ;
837
837
@@ -858,8 +858,8 @@ describe('Change Streams', function () {
858
858
status === 'rejected'
859
859
? reason . message
860
860
: value . operationType === 'insert'
861
- ? `insert count = ${ value . fullDocument . insertCount } `
862
- : null ;
861
+ ? `insert count = ${ value . fullDocument . insertCount } `
862
+ : null ;
863
863
return `${ status } :${ res } ` ;
864
864
} ) ;
865
865
@@ -890,8 +890,8 @@ describe('Change Streams', function () {
890
890
status === 'rejected'
891
891
? reason . message
892
892
: value . operationType === 'insert'
893
- ? `insert count = ${ value . fullDocument . insertCount } `
894
- : null ;
893
+ ? `insert count = ${ value . fullDocument . insertCount } `
894
+ : null ;
895
895
return `${ status } :${ res } ` ;
896
896
} ) ;
897
897
You can’t perform that action at this time.
0 commit comments