prysm-pulse/testing/spectest/minimal/bellatrix/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
245 B
Go

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