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
I'm having problem. When calling the mocked function for the first time it runs the actual contract code. On the second time forward it calls the fake function
Describe the bug
I tried mocking a function but it's not working. Here is the gist containing the tests that I trying to run.
I tried mocking several functions
Expected behavior
The above mentioned functions should be mocked as per the requirements, but the actual implementations of the contract is running.
System Specs:
The text was updated successfully, but these errors were encountered: