summaryrefslogtreecommitdiff
path: root/cli/file_fetcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/file_fetcher.rs')
-rw-r--r--cli/file_fetcher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs
index 30c9d2436..1a95fd547 100644
--- a/cli/file_fetcher.rs
+++ b/cli/file_fetcher.rs
@@ -661,7 +661,7 @@ mod tests {
fn setup_file_fetcher(dir_path: &Path) -> SourceFileFetcher {
SourceFileFetcher::new(
- HttpCache::new(&dir_path.to_path_buf().join("deps")).unwrap(),
+ HttpCache::new(&dir_path.to_path_buf().join("deps")),
true,
vec![],
false,