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