mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
a9d7701081
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
12 lines
241 B
Go
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")
|
|
}
|