Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stedfn committed Jan 7, 2025
1 parent 76280aa commit 13f7858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/tests/network/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn setup_network_node(
runtime.store().clone(),
client_config.chunk_request_retry_period,
);
let networking_rt = tokio::runtime::Builder::new_current_thread().enable_all().build()?;
let networking_rt = tokio::runtime::Builder::new_current_thread().enable_all().build().unwrap();
let (partial_witness_actor, _) = spawn_actix_actor(PartialWitnessActor::new(
networking_rt.handle().clone(),
Clock::real(),
Expand Down

0 comments on commit 13f7858

Please sign in to comment.