Skip to content

Commit

Permalink
Update test/parallel/test-crypto-rsa-dsa.js
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <[email protected]>
  • Loading branch information
mhdawson and lpinca authored May 1, 2024
1 parent fec92e8 commit 4042b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-crypto-rsa-dsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function test_rsa(padding, encryptOaepHash, decryptOaepHash) {
}, encryptedBuffer);
assert.deepStrictEqual(decryptedBuffer, input);
} else {
// There was an exception but it not the one we expect if implicit
// There was an exception but it is not the one we expect if implicit
// rejection is not supported so there was some other failure,
// re-throw it so the test fails
throw e;
Expand Down

0 comments on commit 4042b91

Please sign in to comment.