contracts-bedrock: dispute game setup fix
Prevent `setUp` from being called twice in the dispute game tests. `setUp` is called from within `init` which in some cases resulted in the top level `setUp` being called twice. Now `init` is no longer responsible for calling `setUp`. Ran into this issue when porting the common test script to use the deploy script to set up the forge unit tests.
Showing
Please register or sign in to comment