Skip to content

Commit ded0456

Browse files
authored
Fix exception message expectation on MongoDB latest (#1637)
1 parent da25d2a commit ded0456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manager/manager-executeBulkWrite-011.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var_dump(iterator_to_array($cursor));
5757
OK: Got MongoDB\Driver\Exception\BulkWriteException
5858
Document failed validation
5959
OK: Got MongoDB\Driver\Exception\BulkWriteException
60-
Document failed validation
60+
%SDocument failed validation
6161
array(3) {
6262
[0]=>
6363
object(stdClass)#%d (2) {

0 commit comments

Comments
 (0)