Removed console.log
This commit is contained in:
parent
dbdd3c3500
commit
72b4d75e78
1 changed files with 1 additions and 3 deletions
|
|
@ -43,11 +43,9 @@ describe("Unit: Testing Controllers", function() {
|
||||||
expect(scope.loading).equal(false);
|
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();
|
scope.getTransactions();
|
||||||
expect(scope.blockchain_txs).to.be.empty;
|
expect(scope.blockchain_txs).to.be.empty;
|
||||||
console.log('asdfasdf', scope.blockchain_txs);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue