mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-11 03:01:36 -04:00
13 lines
272 B
Go
13 lines
272 B
Go
package minimal
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/runtime/version"
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice"
|
|
)
|
|
|
|
func TestMinimal_Electra_Forkchoice(t *testing.T) {
|
|
forkchoice.Run(t, "minimal", version.Electra)
|
|
}
|