Skip to content

Commit 8f009db

Browse files
TrottExE-Boss
andauthored
Update test/parallel/test-webcrypto-encrypt-decrypt.js
Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
1 parent 723ddb6 commit 8f009db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-webcrypto-encrypt-decrypt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const { subtle, getRandomValues } = require('crypto').webcrypto;
112112
);
113113

114114
const plaintext = await subtle.decrypt(
115-
{ name: 'AES-GCM', iv }, key, ciphertext
115+
{ name: 'AES-GCM', iv }, key, ciphertext,
116116
);
117117

118118
assert.strictEqual(

0 commit comments

Comments
 (0)