Remove update function

This commit is contained in:
Yemel Jardi 2014-06-25 11:27:25 -03:00
commit ccabcc3740
2 changed files with 0 additions and 2 deletions

View file

@ -203,7 +203,6 @@ describe("Unit: Controllers", function() {
scope.wallet.totalCopayers = scope.wallet.requiredCopayers = 1;
var spy = sinon.spy(scope.wallet, 'createTx');
var spy2 = sinon.spy(scope.wallet, 'sendTx');
scope.update = function() {};
scope.submitForm(sendForm);
sinon.assert.callCount(spy, 1);