DEFI:fuzz testing:Deposit handler #3100
nikitabiichuk2009
started this conversation in
General
Replies: 1 comment 11 replies
-
Hello @nikitabiichuk2009, Please read this discussion #3026 (reply in thread) I believe it will help you. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't understand why we can't make this assertion:
Here is the full invariant function:
The test fails with the following error:
I expected the assertion to hold because we handle the case where collateral is zero by bounding the deposit value between 1 and type(uint96).max.
Someone kindly help
Beta Was this translation helpful? Give feedback.
All reactions