prysm-pulse/spectest/mainnet/phase0/sanity/blocks_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
235 B
Go

package sanity
import (
"testing"
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/sanity"
)
func TestMainnet_Phase0_Sanity_Blocks(t *testing.T) {
sanity.RunBlockProcessingTest(t, "mainnet", "sanity/blocks/pyspec_tests")
}