Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 21, 2024
1 parent 71fa706 commit 818cd5d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/tests/scenario/finality.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,6 @@ impl Scenario for Finality {

println!("{:#?}", block);

let chain_id =
<HttpRpc as ConsensusRpc<MinimalConsensusSpec>>::chain_id(&helios_client).await?;

println!("{:#?}", chain_id);

let client = Client::new();

let _ = client
.get(format!(
"http://{}/eth/v1/beacon/headers",
cl_socket.unwrap()
))
.send()
.await?
.json::<HeadersResponse>()
.await?;

Ok(())
}
}

0 comments on commit 818cd5d

Please sign in to comment.