mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
12 lines
230 B
Go
12 lines
230 B
Go
package operations
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/phase0/operations"
|
|
)
|
|
|
|
func TestMainnet_Phase0_Operations_Attestation(t *testing.T) {
|
|
operations.RunAttestationTest(t, "mainnet")
|
|
}
|