prysm-pulse/testing/spectest/minimal/phase0/random/random_test.go
2021-09-14 16:02:58 +00:00

12 lines
236 B
Go

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