You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> assert aUSDC.balanceOf(safe) >= bal_before_ausdc - to_withdraw
E assert 8999999999 >= (10000000000 - 1000000000)
E + where 8999999999 = <ContractCall 'balanceOf(address user)'>(ApeSafe("0xB65cef03b9B89f99517643226d76e286ee999e77"))
E + where <ContractCall 'balanceOf(address user)'> = <InitializableImmutableAdminUpgradeabilityProxy Contract '0xBcca60bB61934080951369a648Fb03DF4F96263C'>.balanceOf
tests/aave/test_aave_withdraw.py:18: AssertionError
i am suggesting assert aUSDC.balanceOf(safe) >= bal_before_ausdc - to_withdraw - 1, but am just wondering if bigger deviations than 1 could occur? eg if chain is left to sleep for longer, leaving ausdc rebase more?
The text was updated successfully, but these errors were encountered:
i am suggesting
assert aUSDC.balanceOf(safe) >= bal_before_ausdc - to_withdraw - 1
, but am just wondering if bigger deviations than 1 could occur? eg if chain is left to sleep for longer, leaving ausdc rebase more?The text was updated successfully, but these errors were encountered: