Skip to content

Commit

Permalink
fix: deal 0 should remove balance
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jan 8, 2024
1 parent f52722b commit 6b90efa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/prod/ProdTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ contract ProdTest is Test, BaseConfig {
address user,
uint256 amount
) internal override {
if (amount == 0) return;

if (underlying == aave) {
uint256 balance = ERC20(underlying).balanceOf(user);

Expand Down

0 comments on commit 6b90efa

Please sign in to comment.