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

12 lines
243 B
Go
Raw Normal View History

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