ItEr60S19TimeUnitDataType: Complete test name
This commit is contained in:
parent
c6ada919d4
commit
8325c05f4d
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ public class ResourcesPerDayTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void ifTheAmountIsDecimalTheRoundingIs() {
|
||||
public void ifTheAmountIsDecimalTheRoundingIsHalfUp() {
|
||||
ResourcesPerDay units = ResourcesPerDay.amount(new BigDecimal(2.4));
|
||||
assertThat(units.asHoursGivenResourceWorkingDayOf(8), equalTo(19));
|
||||
assertThat(units.asHoursGivenResourceWorkingDayOf(10), equalTo(24));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue