Skip to content

Commit

Permalink
Update encrypt-decrypt.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Feb 13, 2025
1 parent 7e45b63 commit cc6f05c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tests/mocha/encrypt-decrypt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ describe('encrypt decrypt test', async function () {
clientId: 'id',
authProvider,
});
const keyPair = await crypto.subtle.generateKey(
const assertionKeys = await crypto.subtle.generateKey(
{
name: 'RSASSA-PKCS1-v1_5',
Expand Down

0 comments on commit cc6f05c

Please sign in to comment.