Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed May 26, 2024
1 parent 3752f46 commit f27768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/real/community.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f27768c

Please sign in to comment.