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