github.com/prysmaticlabs/prysm@v1.4.4/spectest/minimal/phase0/epoch_processing/rewards_and_penalties_test.go (about) 1 package epoch_processing 2 3 import ( 4 "testing" 5 6 "github.com/prysmaticlabs/prysm/spectest/shared/phase0/epoch_processing" 7 ) 8 9 func TestMinimal_Phase0_EpochProcessing_RewardsAndPenalties(t *testing.T) { 10 epoch_processing.RunRewardsAndPenaltiesTests(t, "minimal") 11 }