Skip to content

Commit 5e93b0c

Browse files
fix broken FindPublisherImplTest case
1 parent 7be9695 commit 5e93b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-reactive-streams/src/test/unit/com/mongodb/reactivestreams/client/internal/FindPublisherImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void shouldBuildTheExpectedOperation() {
8888
.retryReads(true)
8989
.filter(new BsonDocument())
9090
.allowDiskUse(false)
91-
.batchSize(100)
91+
.batchSize(101)
9292
.collation(COLLATION)
9393
.comment(new BsonString("my comment"))
9494
.cursorType(CursorType.NonTailable)

0 commit comments

Comments
 (0)