moving test file
This commit is contained in:
parent
65359d736c
commit
86a92fe9ef
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn count_slides_test() {
|
||||
let html_file = Path::new("/home/chris/org/lessons/2023_24_1_adam_and_eve_lesson.html");
|
||||
assert_eq!(count_slides_and_fragments(html_file), 33);
|
||||
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), 21);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue