From 449cc819d436637546cf95fbf99ad663c1f6a030 Mon Sep 17 00:00:00 2001 From: Vitaliy Pavlenko Date: Wed, 28 Dec 2022 17:58:40 +0200 Subject: [PATCH] fixed js lint --- test/parallel/test-crypto-encoding-validation-error.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-crypto-encoding-validation-error.js b/test/parallel/test-crypto-encoding-validation-error.js index 93ffca48a5f121..e71c7b1c643175 100644 --- a/test/parallel/test-crypto-encoding-validation-error.js +++ b/test/parallel/test-crypto-encoding-validation-error.js @@ -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');