prysm-pulse/spectest/minimal/altair/epoch_processing/slashings_reset_test.go

12 lines
252 B
Go
Raw Normal View History

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