mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Fixed typo
This commit is contained in:
parent
1ebc0d9f44
commit
0e52047417
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ fn read_opus(_: &Path) -> Result<DynamicImage> {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_read_artowork() {
|
||||
fn test_read_artwork() {
|
||||
let ext_img = image::open("test-data/artwork/Folder.png")
|
||||
.unwrap()
|
||||
.to_rgb8();
|
||||
|
|
Loading…
Reference in a new issue