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

12 lines
245 B
Go
Raw Normal View History

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