contracts_test.go 149 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
package contracts

import (
	"testing"

	op_e2e "github.com/ethereum-optimism/optimism/op-e2e"
)

func TestMain(m *testing.M) {
	op_e2e.RunMain(m)
}