mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
12 lines
228 B
Go
12 lines
228 B
Go
|
package random
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/spectest/shared/altair/sanity"
|
||
|
)
|
||
|
|
||
|
func TestMinimal_Altair_Random(t *testing.T) {
|
||
|
sanity.RunBlockProcessingTest(t, "minimal", "random/random/pyspec_tests")
|
||
|
}
|