prysm-pulse/testing/spectest/minimal/capella/random/random_test.go
terencechain a9d7701081
test: add missing random and fork transition spec tests (#12681)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-08-01 14:08:40 +00:00

12 lines
241 B
Go

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")
}