prysm-pulse/testing/spectest/minimal/altair/epoch_processing/slashings_test.go

12 lines
253 B
Go
Raw Normal View History

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