Skip to content

Commit ffcf61e

Browse files
committed
chore: lint
1 parent a971fff commit ffcf61e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: test/integration/change-streams/change_stream.test.ts

+6-6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)