Skip to content

Commit

Permalink
fixed js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitpavlenko committed Dec 28, 2022
1 parent ad384a8 commit 449cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-crypto-encoding-validation-error.js
Expand Up @@ -3,7 +3,7 @@ const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');

// 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.

const assert = require('assert');
const { createCipheriv, randomBytes } = require('crypto');
Expand Down

0 comments on commit 449cc81

Please sign in to comment.