Files
prysm/testing/spectest/mainnet/bellatrix__forkchoice__forkchoice_test.go
Bastin 92bd211e4d upgrade v6 to v7 (#15989)
* upgrade v6 to v7

* changelog

* update-go-ssz
2025-11-06 16:16:23 +00:00

13 lines
276 B
Go

package mainnet
import (
"testing"
"github.com/OffchainLabs/prysm/v7/runtime/version"
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice"
)
func TestMainnet_Bellatrix_Forkchoice(t *testing.T) {
forkchoice.Run(t, "mainnet", version.Bellatrix)
}