update karma tests
This commit is contained in:
parent
09e60b2f70
commit
17a66f7ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue