From 860ffbe2783d115d039c1872b1617e33d8783e99 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 9 Feb 2016 17:14:00 +0700 Subject: [PATCH] Fix redundant deactivation of transferable objects in test --- test/general/openpgp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/general/openpgp.js b/test/general/openpgp.js index ee28a7f4..da301389 100644 --- a/test/general/openpgp.js +++ b/test/general/openpgp.js @@ -633,7 +633,6 @@ describe('OpenPGP.js public api tests', function() { expect(encOpt.data.byteLength).to.equal(0); // transfered buffer should be empty } expect(decrypted.data).to.deep.equal(new Uint8Array([0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01])); - openpgp.config.zeroCopy = false; done(); }); });