mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
12 lines
241 B
Go
12 lines
241 B
Go
package mainnet
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity"
|
|
)
|
|
|
|
func TestMainnet_Electra_Random(t *testing.T) {
|
|
sanity.RunBlockProcessingTest(t, "mainnet", "random/random/pyspec_tests")
|
|
}
|