Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Aug 10, 2024
1 parent 13941b8 commit fb0d0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Image for Redpanda {

fn ready_conditions(&self) -> Vec<testcontainers::core::WaitFor> {
vec![
// this has been moved to exec_after_start
// this has been moved to exec_after_start
//
// WaitFor::Log(LogWaitStrategy::stderr("Initialized cluster_id to ")),
// No need to wait for cluster to settle down if we get `Initialized cluster_id to` message
Expand Down

0 comments on commit fb0d0ea

Please sign in to comment.