-
Hey,I'm currently in section 1: 3. Fuzzing and invariants. When i am running basic test over MyContract ,it should pass ideally, but it is showing me EvmError: Revert. |
Beta Was this translation helpful? Give feedback.
Answered by
EngrPips
Aug 1, 2024
Replies: 2 comments 13 replies
-
Hello @skpkss, Please run your test with the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @skpkss, why dont you have a
setUp
function inside of the this test contract?Your test is suppose to look like the below.