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 442dc40 commit 307792d
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 @@ -7,7 +7,6 @@ describe('test/common/CryptoUtil.test.ts', () => {
const keys = genRSAKeys();
assert(keys.publicKey);
assert(keys.privateKey);
// console.log(keys);
});
});

Expand Down

0 comments on commit 307792d

Please sign in to comment.