From 3660fe0350d91e1e714dab70f6a7bc66e9dfb92c Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 8 Nov 2017 21:04:11 +0200 Subject: [PATCH] Typo fix. --- hammond-downloader/src/downloader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammond-downloader/src/downloader.rs b/hammond-downloader/src/downloader.rs index 1f6b9f6..407da31 100644 --- a/hammond-downloader/src/downloader.rs +++ b/hammond-downloader/src/downloader.rs @@ -165,7 +165,7 @@ mod tests { #[test] fn test_cache_image() { let img_path = - cache_image("New Rustacean", Some("http://newrustacean.coe/podcast.png")).unwrap(); + cache_image("New Rustacean", Some("http://newrustacean.com/podcast.png")).unwrap(); let foo_ = format!( "{}{}/cover.png", HAMMOND_CACHE.to_str().unwrap(),