Fixed actions on txProposal event
This commit is contained in:
parent
2c53bc073e
commit
645734f139
2 changed files with 19 additions and 15 deletions
|
|
@ -1592,6 +1592,7 @@ describe('Wallet model', function() {
|
|||
|
||||
w._onTxProposal('senderID', data);
|
||||
txp.setSent.called.should.be.false;
|
||||
txp.setSent.calledWith(1).should.be.false;
|
||||
w.sendTxProposal.called.should.be.false;
|
||||
done();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue