test(mock): mock fixed to contain used method
This commit is contained in:
parent
43cf451ba4
commit
67c5caeeff
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
completeTransaction: function(tx, txHash) {
|
completeTransaction: function(tx, txHash) {
|
||||||
calls.status = true;
|
calls.status = true;
|
||||||
}
|
},
|
||||||
|
recordBill: function(fingerprint, trade) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue