Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amirRamirfatahi committed Jan 23, 2025
1 parent f0a81f3 commit 95993e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mock_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl MockDB {
let graph_env = std::env::var("GRAPH_CONTAINER_NAME").unwrap_or("neo4j".to_string());
// Run the run-queries.sh script on the Docker host using docker exec
tokio::process::Command::new("docker")
.args(&[
.args([
"exec",
graph_env.as_str(),
"bash",
Expand Down

0 comments on commit 95993e8

Please sign in to comment.