Fix redundant deactivation of transferable objects in test

This commit is contained in:
Tankred Hase 2016-02-09 17:14:00 +07:00
parent ab68d4b997
commit 860ffbe278

View File

@ -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();
});
});