We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5431379 commit f9b2b34Copy full SHA for f9b2b34
tests/protocol/pool/Pool.Deficit.sol
@@ -279,6 +279,7 @@ contract PoolDeficitTests is TestnetProcedures {
279
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.usdx));
280
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.wbtc));
281
vm.assume(user != contracts.poolProxy.getReserveAToken(tokenList.weth));
282
+ vm.assume(user != report.poolConfiguratorProxy);
283
}
284
285
// we reinvent these helpers on each contract and should move them somewhere common
0 commit comments