Skip to content

Commit

Permalink
fixup!: Update test/parallel/test-crypto-keygen.js
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Skokan <[email protected]>
  • Loading branch information
himself65 and panva committed Jul 19, 2021
1 parent f81c859 commit 5d0b081
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel/test-crypto-keygen.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,11 +608,9 @@ const sec1EncExp = (cipher) => getRegExpForPEM('EC PRIVATE KEY', cipher);
generateKeyPair('ec', {
namedCurve: 'P-384',
publicKeyEncoding: {
type: 'spki',
format: 'jwk'
},
privateKeyEncoding: {
type: 'pkcs8',
format: 'jwk'
}
}, common.mustSucceed((publicKey, privateKey) => {
Expand Down

0 comments on commit 5d0b081

Please sign in to comment.