prysm-pulse/testing/spectest/minimal/deneb/operations/voluntary_exit_test.go

12 lines
235 B
Go
Raw Normal View History

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