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