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
Running forge t --optimize-runs 800 -vvvv --fork-block-number 13806816 while I was testing in foundry-rs/foundry#821, I got a failing test case for the test_computeMagicAmounts test, courtesy of our recently updated fuzzer logic (foundry-rs/foundry#735), which otherwise passes with dapptools:
Thanks for pointing this out @gakonst! After investigating, we've found the issue to be specifically from the zero inventory case. To address this, we'll adjust the assertions to be <= rather than just <, which is a more accurate requirement for all cases in the test.
Running
forge t --optimize-runs 800 -vvvv --fork-block-number 13806816
while I was testing in foundry-rs/foundry#821, I got a failing test case for thetest_computeMagicAmounts
test, courtesy of our recently updated fuzzer logic (foundry-rs/foundry#735), which otherwise passes with dapptools:The text was updated successfully, but these errors were encountered: