Skip to content

Commit

Permalink
fix: increase approx supply in full test
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jan 4, 2024
1 parent e42c2be commit bd96db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prod/aave-v2/TestLifecycle.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ contract TestLifecycle is TestSetup {
assertApproxEqAbs(
supply.position.total,
supply.amount,
1,
2,
string.concat(supply.market.symbol, " total supply")
);
if (supply.p2pDisabled)
Expand Down

0 comments on commit bd96db1

Please sign in to comment.