Skip to content

Commit

Permalink
Reduce duplicate code using a test class
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652947486
  • Loading branch information
tensorflower-gardener authored and tensorflow-copybara committed Jul 16, 2024
1 parent 9161c60 commit 51cf3a7
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 199 deletions.
4 changes: 4 additions & 0 deletions tensorflow_serving/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,12 @@ cc_test(
size = "small",
srcs = ["servable_state_monitor_test.cc"],
deps = [
":manager",
":servable_id",
":servable_state",
":servable_state_monitor",
"//tensorflow_serving/core/test_util:test_main",
"//tensorflow_serving/util:event_bus",
"@org_tensorflow//tensorflow/core:lib",
"@org_tensorflow//tensorflow/core/kernels/batching_util:fake_clock_env",
],
Expand Down
Loading

0 comments on commit 51cf3a7

Please sign in to comment.