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

12 lines
251 B
Go
Raw Normal View History

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