Skip to content

Commit

Permalink
Update test/parallel/test-webcrypto-encrypt-decrypt.js
Browse files Browse the repository at this point in the history
Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
  • Loading branch information
Trott and ExE-Boss committed Jan 25, 2021
1 parent 723ddb6 commit 8f009db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-webcrypto-encrypt-decrypt.js
Expand Up @@ -112,7 +112,7 @@ const { subtle, getRandomValues } = require('crypto').webcrypto;
);

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

assert.strictEqual(
Expand Down

0 comments on commit 8f009db

Please sign in to comment.