Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/parallel/test-crypto-aes-wrap.js
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
jasnell and lpinca authored Jan 24, 2025
commit 7ee711653206bd169cdafdd4e3878fecd1b25b2b
2 changes: 1 addition & 1 deletion test/parallel/test-crypto-aes-wrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!common.hasCrypto) {
common.skip('missing crypto');
}

// Tests the that the AES wrap and unwrap functions are working correctly.
// Tests that the AES wrap and unwrap functions are working correctly.

const assert = require('assert');
const crypto = require('crypto');
Expand Down