Files
prysm/testing/spectest/minimal/electra__operations__attestation_test.go
Bastin 92bd211e4d upgrade v6 to v7 (#15989)
* upgrade v6 to v7

* changelog

* update-go-ssz
2025-11-06 16:16:23 +00:00

12 lines
231 B
Go

package minimal
import (
"testing"
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations"
)
func TestMinimal_Electra_Operations_Attestation(t *testing.T) {
operations.RunAttestationTest(t, "minimal")
}