prysm-pulse/spectest/minimal/phase0/epoch_processing/registry_updates_test.go
2021-07-29 09:01:18 -05:00

12 lines
259 B
Go

package epoch_processing
import (
"testing"
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/epoch_processing"
)
func TestMinimal_Phase0_EpochProcessing_ResetRegistryUpdates(t *testing.T) {
epoch_processing.RunRegistryUpdatesTests(t, "minimal")
}