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', () => {
219219 const { decrypt } = buildDecrypt ( {
220220 commitmentPolicy : CommitmentPolicy . FORBID_ENCRYPT_ALLOW_DECRYPT ,
221221 maxEncryptedDataKeys : 3 ,
222- utf8Sorting : false ,
223222 } )
224223 const hkeyring = fixtures . hKeyring ( false )
225224 const ciphertext = fixtures . hierarchyMessageWithHighUtf8CodePoints ( )
@@ -235,7 +234,6 @@ describe('decrypt', () => {
235234 const { decrypt } = buildDecrypt ( {
236235 commitmentPolicy : CommitmentPolicy . FORBID_ENCRYPT_ALLOW_DECRYPT ,
237236 maxEncryptedDataKeys : 3 ,
238- utf8Sorting : false ,
239237 } )
240238 const hkeyring = fixtures . hKeyring ( true )
241239 const ciphertext = fixtures . hierarchyMessageWithHighUtf8CodePoints ( )
@@ -249,7 +247,6 @@ describe('decrypt', () => {
249247 const { decrypt } = buildDecrypt ( {
250248 commitmentPolicy : CommitmentPolicy . FORBID_ENCRYPT_ALLOW_DECRYPT ,
251249 maxEncryptedDataKeys : 3 ,
252- utf8Sorting : false ,
253250 } )
254251 const hkeyringUtf8 = fixtures . hKeyring ( true )
255252 const hkeyringNoUtf8 = fixtures . hKeyring ( false )
You can’t perform that action at this time.
0 commit comments