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