diff --git a/src/artwork.rs b/src/artwork.rs index bf8d6e2..4b370a7 100644 --- a/src/artwork.rs +++ b/src/artwork.rs @@ -73,7 +73,7 @@ fn read_opus(_: &Path) -> Result { } #[test] -fn test_read_artowork() { +fn test_read_artwork() { let ext_img = image::open("test-data/artwork/Folder.png") .unwrap() .to_rgb8();