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

12 lines
241 B
Go
Raw Normal View History

2023-08-08 18:13:38 +00:00
package operations
import (
"testing"
"github.com/prysmaticlabs/prysm/v4/testing/spectest/shared/deneb/operations"
)
func TestMinimal_Deneb_Operations_PayloadExecution(t *testing.T) {
operations.RunExecutionPayloadTest(t, "minimal")
}