prysm-pulse/testing/spectest/mainnet/altair/operations/voluntary_exit_test.go
2021-09-14 16:02:58 +00:00

12 lines
234 B
Go

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")
}