mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
12 lines
255 B
Go
12 lines
255 B
Go
package mainnet
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing"
|
|
)
|
|
|
|
func TestMainnet_fulu_EpochProcessing_ProposerLookahead(t *testing.T) {
|
|
epoch_processing.RunProposerLookaheadTests(t, "mainnet")
|
|
}
|