refactor(tvix/store/pathinfo/grpc): simplify pingpong
We already have the same code in make_grpc_path_info_service_client. Change-Id: Ibcd60831af8a061a2c3bb2f960f52a43d06cf6fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/11615 Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
2cdf8346a9
commit
73c848a18f
2 changed files with 7 additions and 76 deletions
|
|
@ -13,7 +13,7 @@ use crate::proto::PathInfo;
|
|||
use crate::tests::fixtures::DUMMY_PATH_DIGEST;
|
||||
|
||||
mod utils;
|
||||
use self::utils::make_grpc_path_info_service_client;
|
||||
pub use self::utils::make_grpc_path_info_service_client;
|
||||
|
||||
/// Convenience type alias batching all three servives together.
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue