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