prysm-pulse/testing/spectest/mainnet/bellatrix/operations/attester_slashing_test.go

12 lines
249 B
Go
Raw Normal View History

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