mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
13 lines
266 B
Go
13 lines
266 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_Fulu_Forkchoice(t *testing.T) {
|
|
forkchoice.Run(t, "minimal", version.Fulu)
|
|
}
|