mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +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 TestMinimal_Phase0_EpochProcessing_ResetRegistryUpdates(t *testing.T) {
|
||
|
epoch_processing.RunRegistryUpdatesTests(t, "minimal")
|
||
|
}
|