mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
12 lines
241 B
Go
12 lines
241 B
Go
|
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")
|
||
|
}
|