mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
13 lines
330 B
Go
13 lines
330 B
Go
package operations
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/runtime/version"
|
|
common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations"
|
|
)
|
|
|
|
func RunBlockHeaderTest(t *testing.T, config string) {
|
|
common.RunBlockHeaderTest(t, config, version.String(version.Fulu), sszToBlock, sszToState)
|
|
}
|