prysm-pulse/testing/spectest/minimal/altair/rewards/rewards_test.go
2021-09-14 16:02:58 +00:00

12 lines
225 B
Go

package rewards
import (
"testing"
"github.com/prysmaticlabs/prysm/testing/spectest/shared/altair/rewards"
)
func TestMinimal_Altair_Rewards(t *testing.T) {
rewards.RunPrecomputeRewardsAndPenaltiesTests(t, "minimal")
}