From ae036d5aa847ec868917e5658e52ca0627a7353e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 2 Dec 2014 03:10:00 -0300 Subject: [PATCH] fix wallet stub --- test/unit/controllers/controllersSpec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index 6d0b12aa0..571a907ef 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -91,6 +91,7 @@ describe("Unit: Controllers", function() { 'e': 'errmsg', 'loading': false }); + w.sizes = sinon.stub().returns({tota:1234}); w.getBalance = sinon.stub().returns(10000); w.publicKeyRing = sinon.stub().yields(null); w.publicKeyRing.nicknameForCopayer = sinon.stub().returns('nickcopayer');