moving test file

This commit is contained in:
Chris Cochrun 2024-01-23 14:47:10 -06:00
parent 65359d736c
commit 86a92fe9ef

View file

@ -41,7 +41,7 @@ mod tests {
#[test] #[test]
fn count_slides_test() { fn count_slides_test() {
let html_file = Path::new("/home/chris/org/lessons/2023_24_1_adam_and_eve_lesson.html"); let html_file = Path::new("/home/chris/docs/notes/lessons/2023_24_1_adam_and_eve_lesson.html");
assert_eq!(count_slides_and_fragments(html_file), 33); assert_eq!(count_slides_and_fragments(html_file), 21);
} }
} }