From 48a7326c54fc3c92ba1da0836bd91a566c6ba608 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 2 Feb 2024 13:00:41 -0500 Subject: [PATCH] fix(tests): address rustfmt err Signed-off-by: Vaughn Dice --- tests/src/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/integration_test.rs b/tests/src/integration_test.rs index e3a21ab..b370366 100644 --- a/tests/src/integration_test.rs +++ b/tests/src/integration_test.rs @@ -3,7 +3,7 @@ mod test { use redis::AsyncCommands; use tokio::process::Command; - use crate::{random_payload, retry_get, retry_put}; + use crate::retry_get; use anyhow::Result; const RETRY_TIMES: u32 = 5;