prysm-pulse/testing/spectest/mainnet/bellatrix/operations/execution_payload_test.go
terencechain d38762772a
test: add execution payload operation tests (#12685)
* test: add execution payload operation tests

* thanks!

Co-authored-by: Nishant Das <nishdas93@gmail.com>

* Update testing/spectest/shared/bellatrix/operations/execution_payload.go

---------

Co-authored-by: Nishant Das <nishdas93@gmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-08-02 08:16:46 +00:00

12 lines
249 B
Go

package operations
import (
"testing"
"github.com/prysmaticlabs/prysm/v4/testing/spectest/shared/bellatrix/operations"
)
func TestMainnet_Bellatrix_Operations_PayloadExecution(t *testing.T) {
operations.RunExecutionPayloadTest(t, "mainnet")
}