Fixed typo

This commit is contained in:
Antoine Gersant 2020-12-07 23:31:05 -08:00
parent 1ebc0d9f44
commit 0e52047417

View file

@ -73,7 +73,7 @@ fn read_opus(_: &Path) -> Result<DynamicImage> {
} }
#[test] #[test]
fn test_read_artowork() { fn test_read_artwork() {
let ext_img = image::open("test-data/artwork/Folder.png") let ext_img = image::open("test-data/artwork/Folder.png")
.unwrap() .unwrap()
.to_rgb8(); .to_rgb8();