Skip to content

Commit 2356bce

Browse files
committed
remove badQueries $type for C driver compatibility
1 parent 179e94e commit 2356bce

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

source/client-side-encryption/tests/unified/badQueries.json

Lines changed: 0 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/client-side-encryption/tests/unified/badQueries.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -244,17 +244,6 @@ tests:
244244
object: "coll"
245245
expectError:
246246
errorContains: "Invalid match expression operator on encrypted field"
247-
- name: find
248-
arguments:
249-
filter: {unencrypted: {$type: 2}}
250-
object: "coll"
251-
expectResult: []
252-
- name: find
253-
arguments:
254-
filter: {encrypted_string: {$type: 2}}
255-
object: "coll"
256-
expectError:
257-
errorContains: "Invalid match expression operator on encrypted field"
258247
- name: find
259248
arguments:
260249
filter: {unencrypted: {$eq: null}}

0 commit comments

Comments
 (0)