test(mock): mock fixed to contain used method

This commit is contained in:
Damian Mee 2014-09-09 08:09:47 +02:00
parent 43cf451ba4
commit 67c5caeeff

View file

@ -24,7 +24,8 @@ module.exports = {
}, },
completeTransaction: function(tx, txHash) { completeTransaction: function(tx, txHash) {
calls.status = true; calls.status = true;
} },
recordBill: function(fingerprint, trade) { }
}; };