update karma tests

This commit is contained in:
Yemel Jardi 2014-08-07 10:20:24 -03:00
parent 09e60b2f70
commit 17a66f7ad7
1 changed files with 1 additions and 1 deletions

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);
});
});