From f0d65780ad86685c4423c69bf080aa5c083a1447 Mon Sep 17 00:00:00 2001 From: Sanjana Rajan Date: Fri, 1 Dec 2017 21:30:19 -0800 Subject: [PATCH] wording --- test/general/openpgp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/general/openpgp.js b/test/general/openpgp.js index d8acea17..d60b59ab 100644 --- a/test/general/openpgp.js +++ b/test/general/openpgp.js @@ -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'