Does foundry invariant testing mark try catch blocks as reverts? #5955
Unanswered
0xTimepunk
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Just like the title, does foundry invariant testing count failures in try catch blocks as reverts? Asking this because our whole chain of calls continues successfully and the invariant is asserted after each call, but as soon as a try catch is caught that is detected as a revert.
Why? Is that a bug?
Beta Was this translation helpful? Give feedback.
All reactions