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:
Florian Klink 2024-05-10 09:20:00 +03:00 committed by clbot
parent 2cdf8346a9
commit 73c848a18f
2 changed files with 7 additions and 76 deletions

View file

@ -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)]