From: Bernd Bleßmann Date: Fri, 30 Oct 2020 15:07:13 +0000 (+0100) Subject: Typo im Kommentar: subtract statt substract X-Git-Tag: kivitendo-mebil_0.1-0~9^2~669 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b9ad2eee38e25e4dfdefe654077bdd3dcb761d39;p=kivitendo-erp.git Typo im Kommentar: subtract statt substract --- diff --git a/t/helper/datetime.t b/t/helper/datetime.t index 9d1dd03b9..4966540c9 100644 --- a/t/helper/datetime.t +++ b/t/helper/datetime.t @@ -48,7 +48,7 @@ is tue->add_businessdays(businessweek => 6, days => 9), tue->add(days => 10), "t is tue->add_businessdays(businessweek => 6, days => 8), tue->add(days => 9), "tue + 8 => thu (date) (6dw)"; -# same with substract +# same with subtract is mon->subtract_businessdays(days => 5)->day_of_week, 1, "mon - 5 => mon"; is mon->subtract_businessdays(days => 12)->day_of_week, 4, "mon - 12 => thu";