load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", testonly = True, srcs = ["test_helpers.go"], importpath = "github.com/prysmaticlabs/prysm/v3/validator/client/beacon-api/test-helpers", visibility = ["//validator:__subpackages__"], )