Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jan 2, 2025
1 parent e6be341 commit 79997ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/e2e/src/setup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,7 @@ async fn spawn_node_with_retries(
}
}

panic!(
"Failed to get block number after {:?} attempts",
max_attempts
);
panic!("Failed to startup a node after {:?} attempts", max_attempts);
}

#[macro_export]
Expand Down

0 comments on commit 79997ff

Please sign in to comment.