Mock pollRate instead
This commit is contained in:
parent
34fb7e7daf
commit
1900d74287
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ describe('trader/send', function () {
|
|||
}
|
||||
};
|
||||
|
||||
trader.tickerExchange = { ticker: function () { } };
|
||||
trader.pollRate = function () {};
|
||||
|
||||
it('should call `sendBitcoins` on the transfer exchange', function (done) {
|
||||
var address = '1LhkU2R8nJaU8Zj6jB8VjWrMpvVKGqCZ64';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue