mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
12 lines
236 B
Go
12 lines
236 B
Go
package random
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/phase0/sanity"
|
|
)
|
|
|
|
func TestMainnet_Phase0_Random(t *testing.T) {
|
|
sanity.RunBlockProcessingTest(t, "mainnet", "random/random/pyspec_tests")
|
|
}
|