prysm-pulse/spectest/mainnet/phase0/random/random_test.go

12 lines
228 B
Go
Raw Normal View History

package random
import (
"testing"
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/sanity"
)
func TestMainnet_Phase0_Random(t *testing.T) {
sanity.RunBlockProcessingTest(t, "mainnet", "random/random/pyspec_tests")
}