prysm-pulse/spectest/mainnet/altair/operations/proposer_slashing_test.go

12 lines
232 B
Go
Raw Normal View History

package operations
import (
"testing"
"github.com/prysmaticlabs/prysm/spectest/shared/altair/operations"
)
func TestMainnet_Altair_Operations_ProposerSlashing(t *testing.T) {
operations.RunProposerSlashingTest(t, "mainnet")
}