diff --git a/src/main.rs b/src/main.rs index d8da8d7..1b90fa1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -92,7 +92,7 @@ mod tests { #[test] fn test_minimum_action_and_args() { let args: Vec = vec![ - "icarus-dm".to_string(), + "idm".to_string(), "download".to_string(), "-u".to_string(), "jamborie".to_string(),