Skip to content

Commit

Permalink
Fix typo in package visibility.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 452401835
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed Jun 1, 2022
1 parent 021558e commit 4b8e642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_federated/python/tests/BUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
load("//tensorflow_federated/tools:build_defs.bzl", "py_cpu_gpu_test")
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")

package(default_visibility = [":test_packages"])
package(default_visibility = [":tests_packages"])

package_group(
name = "test_packages",
name = "tests_packages",
packages = ["//tensorflow_federated/python/tests/..."],
)

Expand Down

0 comments on commit 4b8e642

Please sign in to comment.