mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
5442d0f486
* Altair: Merge passing hf1 tests and shared code * Remove weird files * del commented code * Add dynamic file fetching, remove hardcoded list of files * Remove hard coded paths * remove hardcoded paths from phase0 too * nosec fixes
12 lines
259 B
Go
12 lines
259 B
Go
package epoch_processing
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/spectest/shared/altair/epoch_processing"
|
|
)
|
|
|
|
func TestMainnet_Altair_EpochProcessing_ResetRegistryUpdates(t *testing.T) {
|
|
epoch_processing.RunRegistryUpdatesTests(t, "mainnet")
|
|
}
|