mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 00:44:27 +00:00
12 lines
236 B
Go
12 lines
236 B
Go
|
package operations
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/bellatrix/operations"
|
||
|
)
|
||
|
|
||
|
func TestMainnet_Bellatrix_Operations_Attestation(t *testing.T) {
|
||
|
operations.RunAttestationTest(t, "mainnet")
|
||
|
}
|