From 441c8e7f30c1c0dff1f4721990764afcbcf3fd73 Mon Sep 17 00:00:00 2001 From: Ruben2424 <61056653+Ruben2424@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:37:32 +0200 Subject: [PATCH] Update tests/client.rs Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- tests/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/client.rs b/tests/client.rs index f38564c4d..d096d73c8 100644 --- a/tests/client.rs +++ b/tests/client.rs @@ -107,8 +107,8 @@ async fn http3_request_full() { .body("hello") .send(); - fn assert_sync(_: &T) {} - assert_sync(&res_fut); + fn assert_send_sync(_: &T) {} + assert_send_sync(&res_fut); let res = res_fut.await.expect("request");