aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2022-02-15 19:18:29 +0000
committerdiogo464 <[email protected]>2022-02-15 19:18:29 +0000
commite28be1bbe34e5430333d5bb95437e75bcfaf2edb (patch)
treecacfdfa11de10b056b072599b401934a267ff6f9 /src
parent80bcbb07c92ebe737376ecfb867917c8324d77d8 (diff)
renamed a test
Diffstat (limited to 'src')
-rw-r--r--src/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs
index 556bad3..5abb491 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -137,7 +137,7 @@ mod tests {
137 use super::*; 137 use super::*;
138 138
139 #[test] 139 #[test]
140 fn weak_canonical_test() { 140 fn test_weakly_canonical() {
141 let cwd = PathBuf::from("/home/user"); 141 let cwd = PathBuf::from("/home/user");
142 assert_eq!( 142 assert_eq!(
143 PathBuf::from("/home/dest"), 143 PathBuf::from("/home/dest"),