prysm-pulse/spectest/mainnet/altair/rewards/rewards_test.go
Preston Van Loon 5442d0f486
Altair: Merge passing hf1 tests and shared code (#9447)
* Altair: Merge passing hf1 tests and shared code

* Remove weird files

* del commented code

* Add dynamic file fetching, remove hardcoded list of files

* Remove hard coded paths

* remove hardcoded paths from phase0 too

* nosec fixes
2021-08-23 20:09:24 +00:00

12 lines
217 B
Go

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