Skip to content
Discussion options

You must be logged in to vote

Hello @successaje, you are running into that error because you set your target-contract wrongly. It should be set to the Handler contract and not the hsfc contract as you have it in your Invariant contract.

So change targetContract(address(hsfc)) to targetContract(address(handler)); and the test process should run as expected.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@successaje
Comment options

@EngrPips
Comment options

@EngrPips
Comment options

Answer selected by successaje
@EngrPips
Comment options

@successaje
Comment options

@EngrPips
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants