summaryrefslogtreecommitdiff
path: root/jstests/core/txns/create_collection.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/create_collection.js')
-rw-r--r--jstests/core/txns/create_collection.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/jstests/core/txns/create_collection.js b/jstests/core/txns/create_collection.js
index c861154e3ee..6870e1f5991 100644
--- a/jstests/core/txns/create_collection.js
+++ b/jstests/core/txns/create_collection.js
@@ -1,10 +1,10 @@
-/* Tests simple cases of creating a collection inside a multi-document transaction, both
+/**
+ * Tests simple cases of creating a collection inside a multi-document transaction, both
* committing and aborting.
*
- * @tags: [uses_transactions,
- * # Creating collections inside multi-document transactions is supported only in v4.4
- * # onwards.
- * requires_fcv_44]
+ * @tags: [
+ * uses_transactions,
+ * ]
*/
(function() {
"use strict";