Remove spaces

This commit is contained in:
Matias Pando 2015-02-02 14:34:34 -03:00
commit 2bbab7adaf

View file

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