Skip to content

Commit

Permalink
fix: mark google_pub_sub_emulator_client as public
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopremier committed Nov 22, 2024
1 parent ab538e2 commit ccd0e68
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
load("@wfa_rules_kotlin_jvm//kotlin:defs.bzl", "kt_jvm_test")

package(default_visibility = [
"//src/test/kotlin/org/wfanet/measurement/gcloud/pubsub:__subpackages__",
])
package(default_visibility = ["//visibility:public"])

kt_jvm_test(
name = "google_pub_sub_emulator_client",
Expand Down

0 comments on commit ccd0e68

Please sign in to comment.