mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
12 lines
227 B
Go
12 lines
227 B
Go
package minimal
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/gloas/operations"
|
|
)
|
|
|
|
func TestMinimal_Gloas_Operations_Attestation(t *testing.T) {
|
|
operations.RunAttestationTest(t, "minimal")
|
|
}
|