We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad384a8 commit 449cc81Copy full SHA for 449cc81
test/parallel/test-crypto-encoding-validation-error.js
@@ -3,7 +3,7 @@ const common = require('../common');
3
if (!common.hasCrypto)
4
common.skip('missing crypto');
5
6
-// This test checks if error is thrown in case of wrong encoding provided into cipher.
+// This test checks if error is thrown in case of wrong encoding provided into cipher.
7
8
const assert = require('assert');
9
const { createCipheriv, randomBytes } = require('crypto');
0 commit comments