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 a1bed65 commit 0c9a58dCopy full SHA for 0c9a58d
test/tools/spec-runner/index.js
@@ -655,8 +655,9 @@ const kOperations = new Map([
655
(operation, db, context /*, options */) => {
656
const collectionName = operation.arguments.collection;
657
const encryptedFields = operation.arguments.encryptedFields;
658
+ const validator = operation.arguments.validator;
659
const session = maybeSession(operation, context);
- return db.createCollection(collectionName, { session, encryptedFields });
660
+ return db.createCollection(collectionName, { session, encryptedFields, validator });
661
}
662
],
663
[
0 commit comments