From 0e520474171f200ebd7dc887f2c7dae5fc30d8cf Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Mon, 7 Dec 2020 23:31:05 -0800 Subject: [PATCH] Fixed typo --- src/artwork.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();