fix tests

This commit is contained in:
Josh Harvey 2015-03-19 16:10:57 -04:00
parent 4262e6b274
commit e8c9da46b6
4 changed files with 8 additions and 5 deletions

View file

@ -42,5 +42,3 @@ module.exports.getBalanceCalls = function() {
module.exports.wasSendCalled = function() {
return calls.send;
};