We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47053e7 commit 5ff1ed4Copy full SHA for 5ff1ed4
driver-core/src/test/functional/com/mongodb/internal/connection/ReplyHeaderSpecification.groovy
@@ -160,7 +160,7 @@ class ReplyHeaderSpecification extends Specification {
160
161
then:
162
def ex = thrown(MongoInternalException)
163
- ex.getMessage() == 'The reply message length 400 is less than the maximum message length 399'
+ ex.getMessage() == 'The reply message length 400 is greater than the maximum message length 399'
164
}
165
166
def 'should throw MongoInternalException on num documents < 0'() {
0 commit comments