prysm-pulse/testing/spectest/mainnet/phase0/random/random_test.go
2022-04-25 11:16:41 +02:00

12 lines
236 B
Go

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