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