prysm-pulse/spectest/minimal/altair/random/random_test.go
terence tsao 516401537a
Update to spec test beta3 (#9491)
* Update to beta3 spec tests

* `ProcessEpochParticipation` processes only active indices

* Go fmt

* Update epoch_precompute_test.go

* Update WORKSPACE

* Fix current and previous epoch switch up
2021-08-30 19:32:11 +00:00

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