add: more tests
This commit is contained in:
parent
ce7f620984
commit
fcd76cf130
11 changed files with 232 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue