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

12 lines
241 B
Go
Raw Normal View History

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