prysm-pulse/testing/spectest/minimal/capella/operations/attestation_test.go

12 lines
235 B
Go
Raw Normal View History

package operations
import (
"testing"
"github.com/prysmaticlabs/prysm/v4/testing/spectest/shared/capella/operations"
)
func TestMinimal_Capella_Operations_Attestation(t *testing.T) {
operations.RunAttestationTest(t, "minimal")
}