FIX: Increments the dum counter in the number of documented functions

This commit is contained in:
Nicolás Hatcher
2024-12-28 10:48:01 +01:00
committed by Nicolás Hatcher Andrés
parent 81ad724348
commit e0205d6c9a

View File

@@ -469,7 +469,7 @@ fn test_documentation_xlsx() {
let skip = skip.map(|s| format!("tests/docs/{s}")); let skip = skip.map(|s| format!("tests/docs/{s}"));
println!("{:?}", skip); println!("{:?}", skip);
// dumb counter to make sure we are actually testing the files // dumb counter to make sure we are actually testing the files
assert_eq!(entries.len(), 7); assert_eq!(entries.len(), 8);
let temp_folder = env::temp_dir(); let temp_folder = env::temp_dir();
let path = format!("{}", Uuid::new_v4()); let path = format!("{}", Uuid::new_v4());
let dir = temp_folder.join(path); let dir = temp_folder.join(path);