Skip to content

Commit c899fc3

Browse files
committed
CDRIVER-3588 update comment
1 parent 8d3aa32 commit c899fc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libmongoc/tests/test-mongoc-sample-commands.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,8 +3472,7 @@ with_transaction_example (bson_error_t *error)
34723472

34733473
client = get_client ();
34743474

3475-
/* Prereq: Create collections. CRUD operations in transactions must be on
3476-
* existing collections. */
3475+
/* Prereq: Create collections. */
34773476
wc = mongoc_write_concern_new ();
34783477
mongoc_write_concern_set_wmajority (wc, 1000);
34793478
insert_opts = bson_new ();

0 commit comments

Comments
 (0)