Skip to content

Commit afb2b4c

Browse files
committed
run synchro
1 parent 5f0d943 commit afb2b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_client_bulk_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def test_upserted_result(self):
579579
self.assertEqual(result.update_results[1].did_upsert, True)
580580
self.assertEqual(result.update_results[2].did_upsert, False)
581581

582-
# Note: test 14 is optional and intentionally no implemented because we do provide multiple APIs to specify explain.
582+
# Note: test 14 is optional and intentionally not implemented because we provide multiple APIs to specify explain.
583583

584584
@client_context.require_version_min(8, 0, 0, -24)
585585
def test_15_unacknowledged_write_across_batches(self):

0 commit comments

Comments
 (0)