FIX: Include misconfigured test file
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
e48810d91b
commit
acf334074f
@@ -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;
|
||||
|
||||
@@ -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!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user