Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
VendettaReborn committed Apr 6, 2024
1 parent 276d87c commit b6cc1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clash_lib/src/proxy/utils/test_utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ pub async fn latency_test(

pub async fn run_default_test_suites_and_cleanup(
handler: Arc<dyn OutboundHandler>,
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() {
Expand Down

0 comments on commit b6cc1f7

Please sign in to comment.