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 <panva.ip@gmail.com>
  • Loading branch information
himself65 and panva committed Jul 14, 2021
1 parent ca6ade9 commit da40de3
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 da40de3

Please sign in to comment.