diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index f437c1ed8..0209a1cbc 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -43,11 +43,9 @@ describe("Unit: Testing Controllers", function() { expect(scope.loading).equal(false); }); - it('should return an empty array of tx', function() { + it('should return an empty array of tx from insight', function() { scope.getTransactions(); expect(scope.blockchain_txs).to.be.empty; - console.log('asdfasdf', scope.blockchain_txs); }); - }); });