prysm-pulse/spectest/mainnet/altair/epoch_processing/slashings_test.go

12 lines
242 B
Go
Raw Normal View History

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")
}