mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
12 lines
231 B
Go
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")
|
|
}
|