Make javatests/flows package have public visibility

It's reasonable for people extending the code base to want access to
ResourceFlowTestCase and others.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141765523
This commit is contained in:
mcilwain 2016-12-12 07:57:47 -08:00 committed by Ben McIlwain
parent 74d64f502e
commit 7cef9ca2c6

View file

@ -1,6 +1,6 @@
package(
default_testonly = 1,
default_visibility = ["//java/google/registry:registry_project"],
default_visibility = ["//visibility:public"],
)
licenses(["notice"]) # Apache 2.0