Skip to content

Commit 2b339ac

Browse files
committed
use updated tests
1 parent 197d50e commit 2b339ac

File tree

3 files changed

+13
-53
lines changed

3 files changed

+13
-53
lines changed

.evergreen/spec-patch/PYTHON-XXXX.patch

Lines changed: 0 additions & 52 deletions
This file was deleted.

test/client-side-encryption/spec/unified/updateOne.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,12 @@
396396
"$unset": {
397397
"encrypted_string": ""
398398
}
399+
},
400+
"multi": {
401+
"$$unsetOrMatches": false
402+
},
403+
"upsert": {
404+
"$$unsetOrMatches": false
399405
}
400406
}
401407
],
@@ -472,6 +478,12 @@
472478
"$rename": {
473479
"encrypted_string": "encrypted_string_equivalent"
474480
}
481+
},
482+
"multi": {
483+
"$$unsetOrMatches": false
484+
},
485+
"upsert": {
486+
"$$unsetOrMatches": false
475487
}
476488
}
477489
],

test/client-side-encryption/spec/unified/validatorAndPartialFieldExpression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"name": "runCommand",
249249
"object": "db",
250250
"arguments": {
251-
"commandName": "collMod",
251+
"commandName": "createIndexes",
252252
"command": {
253253
"createIndexes": "encryptedCollection",
254254
"indexes": [

0 commit comments

Comments
 (0)