Minor whitespace changes

This commit is contained in:
Justin Chase 2017-11-24 19:56:15 -06:00
parent f4cf6d7382
commit 15e39a51b0

View File

@ -1207,10 +1207,10 @@ describe('OpenPGP.js public api tests', function() {
data: new Uint8Array([0x01, 0x01, 0x01]),
passwords: null
})
.then(function () {
.then(function() {
done(new Error('Error expected.'));
})
.catch(function(error){
.catch(function(error) {
expect(error.innerError).to.exist;
done();
});