Revisão | 76e5fbf017c9a9d14834147ef110d406c1a1bd65 (tree) |
---|---|
Hora | 2025-01-15 16:54:00 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I changed the brief message for the function which I provide myself.
@@ -96,7 +96,7 @@ | ||
96 | 96 | columns = total_2023, |
97 | 97 | value = vars(total_2022) ) |> |
98 | 98 | col_vals_expr(expr = expr(equal_within(total_2022, total_2023, 5)), |
99 | - brief="Check if the numerical values are within 5% of each other") |> | |
99 | + brief="Expects the values of total_2022 and total_2023 to be within 5% of each other") |> | |
100 | 100 | interrogate() |
101 | 101 | |
102 | 102 |