mirror of
https://github.com/google/nomulus.git
synced 2025-06-21 03:40:47 +02:00
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:
parent
74d64f502e
commit
7cef9ca2c6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package(
|
||||
default_testonly = 1,
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue