Rebased
This commit is contained in:
parent
80770f9a78
commit
cc701d648d
1 changed files with 2 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ describe('Identity model', function() {
|
|||
walletClass: walletClass,
|
||||
}, function(err, w1) {
|
||||
should.exist(w1);
|
||||
|
||||
|
||||
args.storage.getItem = sinon.stub().yields(null, JSON.stringify(iden));
|
||||
iden.createWallet({
|
||||
walletClass: walletClass,
|
||||
|
|
@ -801,6 +801,7 @@ describe('Identity model', function() {
|
|||
storage.setCredentials = sinon.stub();
|
||||
storage.removeItem = sinon.stub().yields(null);
|
||||
storage.clear = sinon.stub().yields();
|
||||
storage.getItem = sinon.stub();
|
||||
|
||||
var opts = {
|
||||
email: 'test@test.com',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue