Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jun 14, 2024
1 parent 8c5498b commit 3cff879
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/sdk/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@ async fn ci_k8s_basic_functionalities_should_works() {
.await;
assert!(r.is_err());

let (best_block_pass, client) = try_join!(
let (_best_block_pass, client) = try_join!(
alice.wait_metric(BEST_BLOCK_METRIC, |x| x > 5_f64),
alice.wait_client::<subxt::PolkadotConfig>()
)
.unwrap();
// check best block through metrics without timeout
assert_eq!(best_block_pass, ());

alice
.wait_log_line_count("*rted #1*", true, 10)
Expand Down

0 comments on commit 3cff879

Please sign in to comment.