This commit is contained in:
Sanjana Rajan 2017-12-01 21:30:19 -08:00
parent 7e03410bc9
commit f0d65780ad

View File

@ -629,7 +629,7 @@ describe('OpenPGP.js public api tests', function() {
});
});
it('should encrypt with custom session key and decrypt using session key', function() {
it('should encrypt using custom session key and decrypt using session key', function() {
var sessionKey = {
data: openpgp.crypto.generateSessionKey('aes256'),
algorithm: 'aes256'