Skip to content

Commit

Permalink
Apply review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hovinen committed Oct 21, 2024
1 parent 8017c6a commit 6d488f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testcontainers/tests/async_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ async fn start_containers_in_parallel() -> anyhow::Result<()> {

// Make sure the image is already pulled, since otherwise pulling it may cause the deadline
// below to be exceeded.
let run_pull = image.clone().start().await?;
drop(run_pull);
let _ = image.clone().pull_image().await?;

let run_1 = image.clone().start();
let run_2 = image.clone().start();
Expand Down

0 comments on commit 6d488f4

Please sign in to comment.