Skip to content

Commit

Permalink
Remove dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Mar 19, 2023
1 parent deaaa16 commit b7fec4d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions components/imageproc/src/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ pub fn read_image_metadata<P: AsRef<Path>>(path: P) -> Result<ImageMetaResponse>
_ => ImageMeta::read(path).map(ImageMetaResponse::from).with_context(err_context),
}
}

#[cfg(test)]
mod tests {
use super::*;

#[test]
fn can_get_webp_metadata() {
let filepath = Path::new("tests/test_imgs/webp.webp");
assert!(filepath.exists());
}
}

0 comments on commit b7fec4d

Please sign in to comment.