Skip to content

Commit d89b272

Browse files
BUILD rule fix.
PiperOrigin-RevId: 676567891
1 parent 873993f commit d89b272

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_serving/batching

1 file changed

+1
-1
lines changed

tensorflow_serving/batching/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ cc_test(
117117
"//tensorflow_serving/core/test_util:test_main",
118118
"//tensorflow_serving/servables/tensorflow:serving_session",
119119
"//tensorflow_serving/test_util",
120-
"//testing/base/public:gunit",
121120
"@com_google_absl//absl/synchronization",
121+
"@com_google_googletest//:gtest",
122122
"@org_tensorflow//tensorflow/cc/saved_model:loader",
123123
"@org_tensorflow//tensorflow/cc/saved_model:tag_constants",
124124
"@org_tensorflow//tensorflow/core:core_cpu",

0 commit comments

Comments
 (0)