FIX: Include misconfigured test file

This commit is contained in:
Nicolás Hatcher
2025-11-11 06:55:28 +01:00
committed by Nicolás Hatcher Andrés
parent e48810d91b
commit acf334074f
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ mod test_issue_483;
mod test_ln;
mod test_log;
mod test_log10;
mod test_mod_quotient;
mod test_networkdays;
mod test_percentage;
mod test_set_functions_error_handling;

View File

@@ -19,4 +19,4 @@ fn arguments() {
assert_eq!(model._get_text("A4"), *"2");
assert_eq!(model._get_text("A5"), *"#ERROR!");
assert_eq!(model._get_text("A6"), *"#ERROR!");
}
}