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

12 lines
253 B
Go
Raw Normal View History

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