Skip to content

Commit

Permalink
Fix exception message expectation on MongoDB latest (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Sep 9, 2024
1 parent da25d2a commit ded0456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manager/manager-executeBulkWrite-011.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var_dump(iterator_to_array($cursor));
OK: Got MongoDB\Driver\Exception\BulkWriteException
Document failed validation
OK: Got MongoDB\Driver\Exception\BulkWriteException
Document failed validation
%SDocument failed validation
array(3) {
[0]=>
object(stdClass)#%d (2) {
Expand Down

0 comments on commit ded0456

Please sign in to comment.