aboutsummaryrefslogtreecommitdiff
path: root/helix-term/tests/test/picker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/tests/test/picker.rs')
-rw-r--r--helix-term/tests/test/picker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/tests/test/picker.rs b/helix-term/tests/test/picker.rs
index f6d1aa25..89e6531f 100644
--- a/helix-term/tests/test/picker.rs
+++ b/helix-term/tests/test/picker.rs
@@ -30,7 +30,7 @@ async fn test_picker_alt_ret() -> anyhow::Result<()> {
];
let paths = files
.iter()
- .map(|f| get_canonicalized_path(f.path()).unwrap())
+ .map(|f| get_canonicalized_path(f.path()))
.collect::<Vec<_>>();
fs::write(&paths[0], "1\n2\n3\n4")?;