Replies: 1 comment
-
Hi! What is your use case? The primary intended use case for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to mock a call to a function that does not return any value but I can't get it to work.
If I modified the function to return something, then things would work fine. I'm not sure if there's a way to call mockCall such that it performs as expected in these cases (tried
bytes("")
to no success) or I should be using a completely different cheatcode.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions