Skip to content

Commit

Permalink
Fixed vm.assume for user address for the Pool Deficit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TepNik committed Feb 24, 2025
1 parent 5431379 commit f9b2b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/protocol/pool/Pool.Deficit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ contract PoolDeficitTests is TestnetProcedures {
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.usdx));
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.wbtc));
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.weth));
vm.assume(user != report.poolConfiguratorProxy);
}

// we reinvent these helpers on each contract and should move them somewhere common
Expand Down

0 comments on commit f9b2b34

Please sign in to comment.