diff --git a/test/Identity.js b/test/Identity.js index 308bc2edb..c74572245 100644 --- a/test/Identity.js +++ b/test/Identity.js @@ -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() { }); }); + + + });