Skip to content

Commit 5f0d943

Browse files
blink1073NoahStapp
andauthored
Update test/asynchronous/test_client_bulk_write.py
Co-authored-by: Noah Stapp <[email protected]>
1 parent a42433b commit 5f0d943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_client_bulk_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ async def test_upserted_result(self):
583583
self.assertEqual(result.update_results[1].did_upsert, True)
584584
self.assertEqual(result.update_results[2].did_upsert, False)
585585

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

588588
@async_client_context.require_version_min(8, 0, 0, -24)
589589
async def test_15_unacknowledged_write_across_batches(self):

0 commit comments

Comments
 (0)