all mocha tests fixes
This commit is contained in:
parent
e2a9c06d5f
commit
bfdfc68d83
2 changed files with 4 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ describe('Identity model', function() {
|
|||
net.start.onFirstCall().callsArg(1);
|
||||
net.greet = sinon.stub();
|
||||
iden.createWallet = sinon.stub();
|
||||
iden.createWallet.onFirstCall().yields();
|
||||
iden.createWallet.onFirstCall().yields(null,null);
|
||||
net.on.withArgs('data').yields('senderId', {
|
||||
type: 'walletId',
|
||||
networkName: 'testnet',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue