Fixed unit test.

This commit is contained in:
Jordan Petridis 2017-11-25 02:19:16 +02:00
parent faab32ba17
commit 7498a37f68
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -224,7 +224,7 @@ mod tests {
let foo_ = format!(
"{}{}/cover.png",
HAMMOND_CACHE.to_str().unwrap(),
"New Rustacean"
pd.title()
);
assert_eq!(img_path, Some(foo_));
}