diff --git a/balancer-js/src/modules/pools/apr/apr.integration.spec.ts b/balancer-js/src/modules/pools/apr/apr.integration.spec.ts index b207e9b36..68cbbd6eb 100644 --- a/balancer-js/src/modules/pools/apr/apr.integration.spec.ts +++ b/balancer-js/src/modules/pools/apr/apr.integration.spec.ts @@ -65,7 +65,7 @@ describe('APR tests', () => { const pool = await pools.find(auraBALveBAL); if (pool) { const apr = await pools.apr(pool); - expect(apr.tokenAprs.total).to.be.greaterThan(1); + expect(apr.tokenAprs.total).to.be.greaterThanOrEqual(1); } else { throw 'no pool found'; }