moved the test data to own directory

This commit is contained in:
2023-01-24 14:14:53 +01:00
parent f13d24bee0
commit b66b7afaf6
8 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ use crate::app::fs_util;
#[test]
fn test_fetch_asciidoctor_paths_recursive() {
let paths = fs_util::fetch_paths_recursive("docs", ".adoc").unwrap();
let paths = fs_util::fetch_paths_recursive("res/test/docs", ".adoc").unwrap();
let len = paths.len();
dbg!(paths);
assert_eq!(len, 4);