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