Typo fix.
This commit is contained in:
parent
8c5cdf75a7
commit
3660fe0350
@ -165,7 +165,7 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_cache_image() {
|
fn test_cache_image() {
|
||||||
let img_path =
|
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!(
|
let foo_ = format!(
|
||||||
"{}{}/cover.png",
|
"{}{}/cover.png",
|
||||||
HAMMOND_CACHE.to_str().unwrap(),
|
HAMMOND_CACHE.to_str().unwrap(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user