summaryrefslogtreecommitdiff
path: root/rust/tests
diff options
context:
space:
mode:
Diffstat (limited to 'rust/tests')
-rw-r--r--rust/tests/project.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/project.rs b/rust/tests/project.rs
index 18676b2e..263dea7a 100644
--- a/rust/tests/project.rs
+++ b/rust/tests/project.rs
@@ -26,7 +26,7 @@ fn create_delete_empty() {
let project_path_received = project.path();
assert_eq!(
canonicalize(&project_path).unwrap(),
- canonicalize(project_path_received.to_string()).unwrap()
+ canonicalize(project_path_received).unwrap()
);
let project_name_received = project.name();
assert_eq!(project_name, project_name_received.as_str());