prysm-pulse/testing/spectest/mainnet/capella/operations/proposer_slashing_test.go

12 lines
245 B
Go

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