mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-05 17:22:18 +00:00
12 lines
259 B
Go
12 lines
259 B
Go
package epoch_processing
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/epoch_processing"
|
|
)
|
|
|
|
func TestMainnet_Phase0_EpochProcessing_ResetRegistryUpdates(t *testing.T) {
|
|
epoch_processing.RunRegistryUpdatesTests(t, "mainnet")
|
|
}
|