UPDATE: Adds unit tests for DEGREES and RADIANS (#495)

This commit is contained in:
Nicolás Hatcher Andrés
2025-11-01 11:23:29 +01:00
committed by GitHub
parent 6ce4756d55
commit c8ae835bbe
2 changed files with 23 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ mod test_currency;
mod test_date_and_time;
mod test_datedif_leap_month_end;
mod test_days360_month_end;
mod test_degrees_radians;
mod test_error_propagation;
mod test_fn_average;
mod test_fn_averageifs;