Skip to content

Commit c5aba56

Browse files
committed
Fixed
1 parent 99710eb commit c5aba56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/material-management/test/cryptographic_material.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ describe('decorateEncryptionMaterial', () => {
202202
)
203203
const test: any = decorateEncryptionMaterial({
204204
suite,
205-
206205
hasUnencryptedDataKey: true,
207206
} as any)
208207
const edk = new EncryptedDataKey({
@@ -236,7 +235,6 @@ describe('decorateEncryptionMaterial', () => {
236235
})
237236
const test: any = decorateEncryptionMaterial({
238237
suite,
239-
240238
hasUnencryptedDataKey: false,
241239
} as any)
242240
expect(() => test.addEncryptedDataKey(edk)).to.throw()

0 commit comments

Comments
 (0)