update karma tests

This commit is contained in:
Yemel Jardi 2014-08-07 10:20:24 -03:00
commit 17a66f7ad7

View file

@ -214,7 +214,7 @@ describe("Unit: Controllers", function() {
scope.submitForm(sendForm);
sinon.assert.callCount(spy, 1);
sinon.assert.callCount(spy2, 1);
sinon.assert.callCount(scope.loadTxs, 0);
sinon.assert.callCount(scope.loadTxs, 1);
});
});