File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ InsertOne: {
725725Construct a list of write models (referred to as ` models ` ) with ` model ` repeated ` maxWriteBatchSize + 1 ` times.
726726
727727Call ` client.bulkWrite ` with ` models ` . Pass ` BulkWriteOptions ` with ` ordered ` set to ` false ` and ` writeConcern ` set to
728- an unacknowledged write concern. Assert no error occurred. Assert the result indiciates the write was unacknowledged.
728+ an unacknowledged write concern. Assert no error occurred. Assert the result indicates the write was unacknowledged.
729729
730730Assert that two CommandStartedEvents (referred to as ` firstEvent ` and ` secondEvent ` ) were observed for the ` bulkWrite `
731731command. Assert that the length of ` firstEvent.command.ops ` is ` maxWriteBatchSize ` . Assert that the length of
You can’t perform that action at this time.
0 commit comments