Skip to content

Commit

Permalink
Update test/common/CryptoUtil.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
fengmk2 and coderabbitai[bot] committed May 17, 2024
1 parent 307792d commit 40f1a26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/common/CryptoUtil.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('test/common/CryptoUtil.test.ts', () => {
// const plainText = 'hello world 中文😄';
const plainText = 'hello world 中文';
const encryptText = encryptRSA(keys.publicKey, plainText);
// console.log(encryptText);
assert.equal(decryptRSA(keys.privateKey, encryptText), plainText);
});
});
Expand Down

0 comments on commit 40f1a26

Please sign in to comment.