mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
12 lines
230 B
Go
12 lines
230 B
Go
package rewards
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/v3/testing/spectest/shared/capella/rewards"
|
|
)
|
|
|
|
func TestMainnet_Capella_Rewards(t *testing.T) {
|
|
rewards.RunPrecomputeRewardsAndPenaltiesTests(t, "mainnet")
|
|
}
|