From 35a98069be9427b9fecf29cf5ef1977947409f64 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 5 Dec 2014 11:15:00 -0300 Subject: [PATCH] fix karma --- test/unit/controllers/controllersSpec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index 21dd6dd05..80c1151a4 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -222,10 +222,6 @@ describe("Unit: Controllers", function() { expect(scope.title).equal('Create Transaction Proposal'); }); - it('should return true if wallet has addressBook', function() { - expect(scope.showAddressBook()).equal(true); - }); - it('should validate address with network', function() { form.newaddress.$setViewValue('mkfTyEk7tfgV611Z4ESwDDSZwhsZdbMpVy'); expect(form.newaddress.$invalid).to.equal(false);