Skip to content

Commit 00c2960

Browse files
authored
PYTHON-4766 - Fix logic for determining whether to populate BulkWriteException.partialResult (mongodb#1980)
1 parent 5c1c241 commit 00c2960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/crud/unified/client-bulkWrite-partialResults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
]
487487
},
488488
{
489-
"description": "partialResult is set when first operation fails during an unordered bulk write (summary)",
489+
"description": "partialResult is set when second operation fails during an unordered bulk write (summary)",
490490
"operations": [
491491
{
492492
"object": "client0",

0 commit comments

Comments
 (0)