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