mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
12 lines
225 B
Go
12 lines
225 B
Go
package mainnet
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations"
|
|
)
|
|
|
|
func TestMainnet_Fulu_Operations_BlockHeader(t *testing.T) {
|
|
operations.RunBlockHeaderTest(t, "mainnet")
|
|
}
|