prysm-pulse/spectest/mainnet/altair/operations/block_header_test.go
Preston Van Loon dfd740414f
Altair: operations spectests (#9413)
* Update spectests to v1.1.0-beta.1 from hf1 branch

* fix params loading

* Altair: operations spectests

* gazelle and nosec on trusted variable inputs

* remove legacy statement from spectest/minimal/altair/operations/BUILD.bazel
2021-08-18 22:01:05 +00:00

12 lines
222 B
Go

package operations
import (
"testing"
"github.com/prysmaticlabs/prysm/spectest/shared/altair/operations"
)
func TestMainnet_Altair_Operations_BlockHeader(t *testing.T) {
operations.RunBlockHeaderTest(t, "mainnet")
}