mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 05:38:55 +00:00
12 lines
225 B
Go
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")
|
|
}
|