File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
modules/decrypt-node/test Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ describe('decrypt', () => {
219
219
const { decrypt } = buildDecrypt ( {
220
220
commitmentPolicy : CommitmentPolicy . FORBID_ENCRYPT_ALLOW_DECRYPT ,
221
221
maxEncryptedDataKeys : 3 ,
222
- utf8Sorting : false ,
223
222
} )
224
223
const hkeyring = fixtures . hKeyring ( false )
225
224
const ciphertext = fixtures . hierarchyMessageWithHighUtf8CodePoints ( )
@@ -235,7 +234,6 @@ describe('decrypt', () => {
235
234
const { decrypt } = buildDecrypt ( {
236
235
commitmentPolicy : CommitmentPolicy . FORBID_ENCRYPT_ALLOW_DECRYPT ,
237
236
maxEncryptedDataKeys : 3 ,
238
- utf8Sorting : false ,
239
237
} )
240
238
const hkeyring = fixtures . hKeyring ( true )
241
239
const ciphertext = fixtures . hierarchyMessageWithHighUtf8CodePoints ( )
@@ -249,7 +247,6 @@ describe('decrypt', () => {
249
247
const { decrypt } = buildDecrypt ( {
250
248
commitmentPolicy : CommitmentPolicy . FORBID_ENCRYPT_ALLOW_DECRYPT ,
251
249
maxEncryptedDataKeys : 3 ,
252
- utf8Sorting : false ,
253
250
} )
254
251
const hkeyringUtf8 = fixtures . hKeyring ( true )
255
252
const hkeyringNoUtf8 = fixtures . hKeyring ( false )
You can’t perform that action at this time.
0 commit comments