Skip to content

Commit 2cf575a

Browse files
fix broken tests
1 parent 5b2cddb commit 2cf575a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/operations/create_collection.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ const ILLEGAL_COMMAND_FIELDS = new Set([
3737
'bsonRegExp',
3838
'serializeFunctions',
3939
'ignoreUndefined',
40-
'enableUtf8Validation'
40+
'enableUtf8Validation',
41+
'isEncryptedCollection'
4142
]);
4243

4344
/** @public

0 commit comments

Comments
 (0)