antefinance/ante-community-tests

Uniswap - AnteUniswapLiquidityTVLTest -

Closed this issue · 2 comments

I think there is a mistaked on this line:

return (ethusdcDollarValue / ethusdcDollarValue <= 10);

I think the intended check was:
return (ethusdcDollarValue / ethusdtDollarValue <= 10);

Yeah, I believe you're right, otherwise it's always 1 and true 😄

Fixed!