prysm-pulse/testing/spectest/minimal/phase0/operations/proposer_slashing_test.go
2021-09-14 16:02:58 +00:00

12 lines
240 B
Go

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