prysm-pulse/testing/spectest/mainnet/altair/operations/attestation_test.go
2021-09-14 16:02:58 +00:00

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")
}