Compare commits
8 Commits
v0.7.1-75-
...
v0.7.1-74-
Author | SHA1 | Date | |
---|---|---|---|
d3510a1dd2
|
|||
fb554251f9
|
|||
1f047f60d6
|
|||
de7e27251c
|
|||
01f24bcda6
|
|||
9db4810a7b
|
|||
146014f9f3
|
|||
3c6675de1e
|
@@ -114,11 +114,9 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_cover_art_image() {
|
||||
let dir = String::from("./");
|
||||
let filename = String::from("CoverArt.png");
|
||||
let coverart = coverart::init::init_coverart_dir_and_filename(&dir, &filename);
|
||||
let path: String = String::from("somepath");
|
||||
let coverart = coverart::init::init_coverart_only_path(path.clone());
|
||||
|
||||
assert_eq!(dir, coverart.directory);
|
||||
assert_eq!(filename, coverart.filename);
|
||||
assert_eq!(path, coverart.path);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user