• Mark Tyneway's avatar
    contracts-bedrock: dispute game setup fix · f1a4e7f2
    Mark Tyneway authored
    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.
    f1a4e7f2
FaultDisputeGame.t.sol 45.6 KB