Skip to content

Commit b36fdfd

Browse files
committed
remove incorrect comment
1 parent d113429 commit b36fdfd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libmongoc/tests/test-mongoc-bulk.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4955,9 +4955,6 @@ test_bulk_write_multiple_errors (void *unused)
49554955
// the first error.
49564956
bson_append_bool (&opts, "ordered", 7, false);
49574957
bulk = mongoc_collection_create_bulk_operation_with_opts (collection, &opts);
4958-
// Insert three documents. This is sent as one "insert" command to the
4959-
// server.
4960-
// configure fail point
49614958
bool ret = mongoc_client_command_simple (
49624959
client,
49634960
"admin",

0 commit comments

Comments
 (0)