Fixed unit test.
This commit is contained in:
parent
faab32ba17
commit
7498a37f68
@ -224,7 +224,7 @@ mod tests {
|
|||||||
let foo_ = format!(
|
let foo_ = format!(
|
||||||
"{}{}/cover.png",
|
"{}{}/cover.png",
|
||||||
HAMMOND_CACHE.to_str().unwrap(),
|
HAMMOND_CACHE.to_str().unwrap(),
|
||||||
"New Rustacean"
|
pd.title()
|
||||||
);
|
);
|
||||||
assert_eq!(img_path, Some(foo_));
|
assert_eq!(img_path, Some(foo_));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user