prysm-pulse/testing/spectest/mainnet/bellatrix/operations/block_header_test.go

12 lines
239 B
Go
Raw Normal View History

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