Minor whitespace changes
This commit is contained in:
parent
f4cf6d7382
commit
15e39a51b0
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user