mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 22:54:17 -05:00
13 lines
333 B
Go
13 lines
333 B
Go
package operations
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/runtime/version"
|
|
common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations"
|
|
)
|
|
|
|
func RunPayloadAttestationTest(t *testing.T, config string) {
|
|
common.RunPayloadAttestationTest(t, config, version.String(version.Gloas), sszToState)
|
|
}
|