Skip to content

Commit f9b2b34

Browse files
committed
Fixed vm.assume for user address for the Pool Deficit tests
1 parent 5431379 commit f9b2b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/protocol/pool/Pool.Deficit.sol

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ contract PoolDeficitTests is TestnetProcedures {
279279
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.usdx));
280280
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.wbtc));
281281
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.weth));
282+
vm.assume(user != report.poolConfiguratorProxy);
282283
}
283284

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

0 commit comments

Comments
 (0)