mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
12 lines
230 B
Go
12 lines
230 B
Go
package operations
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/altair/operations"
|
|
)
|
|
|
|
func TestMainnet_Altair_Operations_Attestation(t *testing.T) {
|
|
operations.RunAttestationTest(t, "mainnet")
|
|
}
|