prysm-pulse/testing/spectest/mainnet/capella/operations/voluntary_exit_test.go

12 lines
239 B
Go

package operations
import (
"testing"
"github.com/prysmaticlabs/prysm/v3/testing/spectest/shared/capella/operations"
)
func TestMainnet_Capella_Operations_VoluntaryExit(t *testing.T) {
operations.RunVoluntaryExitTest(t, "mainnet")
}