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

12 lines
237 B
Go
Raw Normal View History

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