Skip to content

Commit 49c69c9

Browse files
committed
clean up
1 parent 9c8c8d9 commit 49c69c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/decrypt-node/test/decrypt.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)