Remove spaces

This commit is contained in:
Matias Pando 2015-02-02 14:34:34 -03:00
parent a2d1881c03
commit 2bbab7adaf
1 changed files with 3 additions and 2 deletions

View File

@ -1137,8 +1137,6 @@ describe('Identity model', function() {
kdf: sinon.stub().returns('passphrase'),
decrypt: sinon.stub().returns('{"walletId":123}'),
};
opts = {
email: 'test@test.com',
password: '123',
@ -1268,4 +1266,7 @@ describe('Identity model', function() {
});
});
});