aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installed_versions_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/installed_versions_test.rs')
-rw-r--r--crates/shirabe/tests/installed_versions_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/installed_versions_test.rs b/crates/shirabe/tests/installed_versions_test.rs
index 4de2730d..7257ff6a 100644
--- a/crates/shirabe/tests/installed_versions_test.rs
+++ b/crates/shirabe/tests/installed_versions_test.rs
@@ -402,7 +402,7 @@ fn test_get_install_path() {
assert_eq!(
realpath(&dir),
realpath(
- &InstalledVersions::get_install_path("__root__")
+ InstalledVersions::get_install_path("__root__")
.unwrap()
.unwrap()
)