We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2a575 commit ae5c03dCopy full SHA for ae5c03d
test/test_examples.py
@@ -1050,7 +1050,7 @@ def update_employee_info(session):
1050
client = MongoClient(uriString)
1051
wc_majority = WriteConcern("majority", wtimeout=1000)
1052
1053
- # Prereq: Create collections. CRUD operations in transactions must be on existing collections.
+ # Prereq: Create collections.
1054
client.get_database(
1055
"mydb1", write_concern=wc_majority).foo.insert_one({'abc': 0})
1056
0 commit comments