From 0c10994835928243b72e4bfe82cef4c781f78f38 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sat, 24 Jun 2023 16:45:07 -0700 Subject: [PATCH] why wont that import? --- web3_proxy/src/rpcs/many.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web3_proxy/src/rpcs/many.rs b/web3_proxy/src/rpcs/many.rs index a3fd6d58..f439625b 100644 --- a/web3_proxy/src/rpcs/many.rs +++ b/web3_proxy/src/rpcs/many.rs @@ -1954,7 +1954,8 @@ mod tests { } } - #[test_log::test(tokio::test)] + // TODO: #[test_log::test(tokio::test)] + #[tokio::test] async fn test_all_connections() { // TODO: use chrono, not SystemTime let now: U256 = SystemTime::now()