From 95993e820234408a1f99976d4463c49a4d1cbee0 Mon Sep 17 00:00:00 2001 From: Amirreza Amirfatahi Date: Wed, 22 Jan 2025 23:19:11 -0500 Subject: [PATCH] fix lint --- src/mock_db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mock_db.rs b/src/mock_db.rs index 1e447222..95a26a21 100644 --- a/src/mock_db.rs +++ b/src/mock_db.rs @@ -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",