mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Remove dummy test
This commit is contained in:
parent
deaaa16017
commit
b7fec4d31a
1 changed files with 0 additions and 11 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue