Skip to content

Commit 449cc81

Browse files
committed
fixed js lint
1 parent ad384a8 commit 449cc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-crypto-encoding-validation-error.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const common = require('../common');
33
if (!common.hasCrypto)
44
common.skip('missing crypto');
55

6-
// This test checks if error is thrown in case of wrong encoding provided into cipher.
6+
// This test checks if error is thrown in case of wrong encoding provided into cipher.
77

88
const assert = require('assert');
99
const { createCipheriv, randomBytes } = require('crypto');

0 commit comments

Comments
 (0)