From b6cc1f7deb87501966213742c7c8dae7c7b1fce5 Mon Sep 17 00:00:00 2001 From: VendettaReborn Date: Sat, 6 Apr 2024 21:28:11 +0800 Subject: [PATCH] rename --- clash_lib/src/proxy/utils/test_utils/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clash_lib/src/proxy/utils/test_utils/mod.rs b/clash_lib/src/proxy/utils/test_utils/mod.rs index 2efd1d30..230f60a2 100644 --- a/clash_lib/src/proxy/utils/test_utils/mod.rs +++ b/clash_lib/src/proxy/utils/test_utils/mod.rs @@ -178,9 +178,9 @@ pub async fn latency_test( pub async fn run_default_test_suites_and_cleanup( handler: Arc, - watch: impl RunAndCleanup, + docker_test_runner: impl RunAndCleanup, ) -> anyhow::Result<()> { - watch + docker_test_runner .run_and_cleanup(async move { let rv = ping_pong_test(handler.clone(), 10001).await; if rv.is_err() {