mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
516401537a
* 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
12 lines
235 B
Go
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")
|
|
}
|