diff --git a/validator/testing/BUILD.bazel b/validator/testing/BUILD.bazel index 84b8af2da..9b727d18b 100644 --- a/validator/testing/BUILD.bazel +++ b/validator/testing/BUILD.bazel @@ -2,6 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", + testonly = True, srcs = [ "mock_protector.go", "mock_slasher.go",