Skip to content

Commit a0f81d7

Browse files
mdb-adkevinAlbs
andauthored
Apply suggestions from code review
Co-authored-by: Kevin Albertson <[email protected]>
1 parent 7083c9e commit a0f81d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/unified-test-format/tests/valid-pass/poc-queryable-encryption.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ tests:
8181
arguments:
8282
filter: {}
8383
expectResult:
84-
- { _id: 1, encryptedInt: { $$type: binData }, __safeContent__: { $$type: array} }
84+
- { _id: 1, encryptedInt: { $$type: binData }, __safeContent__: [ { "$binary" : { "base64" : "rhS16TJojgDDBtbluxBokvcotP1mQTGeYpNt8xd3MJQ=", "subType" : "00" } } ] }

source/unified-test-format/unified-test-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3500,7 +3500,7 @@ enforceable by the JSON schema or the test runner implementation.
35003500
### Why are `_enxcol` collections dropped?
35013501

35023502
The collections `_enxcol.<collectionName>.esc` and `_enxcol.<collectionName>.ecoc` are [automatically
3503-
created]((../client-side-encryption/client-side-encryption.md#create-collection-helper)) for Queryable Encryption
3503+
created](../client-side-encryption/client-side-encryption.md#create-collection-helper) for Queryable Encryption
35043504
collections. If these collections are present and non-empty, the server generated `__safeContent__` field may differ.
35053505
`__safeContent__` includes a count of the number of instances of the given value. To do exact matching on
35063506
`__safeContent__` the test runner is required to drop these collections.

0 commit comments

Comments
 (0)