mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
12 lines
222 B
Go
12 lines
222 B
Go
|
package operations
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/spectest/shared/altair/operations"
|
||
|
)
|
||
|
|
||
|
func TestMainnet_Altair_Operations_Attestation(t *testing.T) {
|
||
|
operations.RunAttestationTest(t, "mainnet")
|
||
|
}
|