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

12 lines
250 B
Go

package epoch_processing
import (
"testing"
"github.com/prysmaticlabs/prysm/testing/spectest/shared/phase0/epoch_processing"
)
func TestMinimal_Phase0_EpochProcessing_Slashings(t *testing.T) {
epoch_processing.RunSlashingsTests(t, "minimal")
}