Skip to content

Commit

Permalink
test: remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jun 8, 2020
1 parent ca5a289 commit b62a828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/crypto.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ describe('Crypto', function () {
// Act + Assert
const decryptResult = crypto.decrypt(secretKey, {
encryptedContent: ciphertext,
// Verified content is signed with a different public signing key.
verifiedContent: rubbishVerifiedContent,
version: INTERNAL_TEST_VERSION,
})
Expand Down

0 comments on commit b62a828

Please sign in to comment.