Skip to content

Commit

Permalink
removing log;
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Gustavo Abou Hatem De Liz committed Jan 29, 2024
1 parent b435230 commit 84b7e0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion balancer-js/src/modules/pools/apr/apr.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('APR tests', () => {
const pool = await pools.find(auraBALveBAL);
if (pool) {
const apr = await pools.apr(pool);
console.log(apr);
expect(apr.tokenAprs.total).to.be.greaterThan(1);
} else {
throw 'no pool found';
Expand Down

0 comments on commit 84b7e0a

Please sign in to comment.