mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-10 13:24:15 +03:00
clippy
This commit is contained in:
parent
296b92acf6
commit
ef277c85b5
@ -352,7 +352,7 @@ mod cli_tests {
|
||||
assert!(run_cmd("leo new test-file-missing", &Some(path.clone())).is_ok());
|
||||
|
||||
let path = path.join("test-file-missing");
|
||||
let file = path.clone().join("src/main.leo");
|
||||
let file = path.join("src/main.leo");
|
||||
let path = Some(path);
|
||||
|
||||
assert!(run_cmd("leo test", &path).is_ok());
|
||||
|
Loading…
Reference in New Issue
Block a user