mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-05 17:22:18 +00:00
12 lines
217 B
Go
12 lines
217 B
Go
|
package rewards
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/rewards"
|
||
|
)
|
||
|
|
||
|
func TestMainnet_Phase0_Rewards(t *testing.T) {
|
||
|
rewards.RunPrecomputeRewardsAndPenaltiesTests(t, "mainnet")
|
||
|
}
|