Skip to content

Commit

Permalink
style(clippy-lint): remove unnecessary path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
the-wondersmith committed Nov 20, 2024
1 parent 2a458f4 commit 5c2f7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcontainers/src/runners/async_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ mod tests {
}

// containers have been dropped, should clean up networks
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
tokio::time::sleep(Duration::from_secs(1)).await;
let client = Client::lazy_client().await?;
assert!(!client.network_exists("awesome-net-2").await?);
Ok(())
Expand Down

0 comments on commit 5c2f7d2

Please sign in to comment.