diff --git a/test/integration/pgp-test.js b/test/integration/pgp-test.js index ff08f3b9..87f129b1 100644 --- a/test/integration/pgp-test.js +++ b/test/integration/pgp-test.js @@ -118,7 +118,11 @@ define(function(require) { }); describe('Encryption', function() { - var message = 'Hello, World!', + var message = 'asdfs\n\nThursday, Nov 21, 2013 7:38 PM asdf@example.com wrote:\n' + + '> asdf\n' + + '> \n' + + '> Thursday, Nov 21, 2013 7:32 PM asdf@example.com wrote:\n' + + '> > secret 3', ciphertext; beforeEach(function(done) {