From 17a66f7ad70c99f166ae9ad92b0efd1ad8caacb9 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Thu, 7 Aug 2014 10:20:24 -0300 Subject: [PATCH] update karma tests --- test/unit/controllers/controllersSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index 5c6f55faf..8a630b0dd 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -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); }); });