Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jun 10, 2024
1 parent d90c32f commit afc33f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sdk/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ async fn ci_k8s_basic_functionalities_should_works() {
let alice = network.get_node("alice").unwrap();

// timeout connecting ws
let bob = network.get_node("alice").unwrap();
let r = bob
let c = network.get_node("collator").unwrap();
let r = c
.wait_client_with_timeout::<subxt::PolkadotConfig>(1_u32)
.await;
assert!(r.is_err());
Expand Down

0 comments on commit afc33f6

Please sign in to comment.