prysm-pulse/testing/spectest/minimal/bellatrix/random/random_test.go

12 lines
245 B
Go
Raw Normal View History

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