prysm-pulse/testing/spectest/minimal/deneb/random/random_test.go
2023-08-31 08:41:57 -05:00

12 lines
237 B
Go

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