prysm-pulse/spectest/mainnet/altair/epoch_processing/slashings_test.go
Preston Van Loon 5442d0f486
Altair: Merge passing hf1 tests and shared code (#9447)
* 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
2021-08-23 20:09:24 +00:00

12 lines
242 B
Go

package epoch_processing
import (
"testing"
"github.com/prysmaticlabs/prysm/spectest/shared/altair/epoch_processing"
)
func TestMainnet_Altair_EpochProcessing_Slashings(t *testing.T) {
epoch_processing.RunSlashingsTests(t, "mainnet")
}