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