add: more tests

This commit is contained in:
Michael 2024-08-14 12:46:25 +02:00
parent ce7f620984
commit fcd76cf130
11 changed files with 232 additions and 15 deletions

View file

@ -28,7 +28,7 @@ class CsvMinuteCostCalc
private function calculate_minute_cost(int $hourly_cost)
{
return utils::round_up_to_two_decimals($hourly_cost / 60);
return $hourly_cost / 60;
}
private function extract_string_from_label($label)