From f27768c15e64b4b46d7abb7c57df68af00abeb94 Mon Sep 17 00:00:00 2001 From: --show-origin Date: Sun, 26 May 2024 12:56:27 +0400 Subject: [PATCH] Run formatter --- tests/real/community.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/real/community.rs b/tests/real/community.rs index b8ee25da..66755421 100644 --- a/tests/real/community.rs +++ b/tests/real/community.rs @@ -121,7 +121,7 @@ async fn server_state() { // let's give Faktory a second to get updated tokio_time::sleep(Duration::from_secs(1)).await; - + // we only pushed 1 job on this queue let server_state = client.current_info().await.unwrap(); assert_eq!(*server_state.data.queues.get(local).unwrap(), 1);