mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 16:37:39 +00:00
12 lines
231 B
Go
12 lines
231 B
Go
|
package rewards
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/bellatrix/rewards"
|
||
|
)
|
||
|
|
||
|
func TestMinimal_Bellatrix_Rewards(t *testing.T) {
|
||
|
rewards.RunPrecomputeRewardsAndPenaltiesTests(t, "minimal")
|
||
|
}
|