rebased to current master
This commit is contained in:
parent
8b45d132a2
commit
a3d96535cd
2 changed files with 4 additions and 1 deletions
|
|
@ -235,6 +235,7 @@ describe('Identity model', function() {
|
|||
storage.getFirst = sinon.stub().yields(null, 'wallet1234');
|
||||
|
||||
var wallet = sinon.stub();
|
||||
wallet.netStart = sinon.stub();
|
||||
wallet.store = sinon.stub().yields(null);
|
||||
|
||||
Identity._walletRead = sinon.stub().callsArgWith(2, null, wallet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue