mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
simplify and remove redundant stuff
This commit is contained in:
parent
26a9ecfdfa
commit
31cd22ece0
1 changed files with 0 additions and 5 deletions
|
|
@ -136,11 +136,6 @@ public class VehicleTypeImplTest {
|
|||
VehicleTypeImpl type = VehicleTypeImpl.Builder.newInstance("type").setCostPerTime(-10).build();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void whenSettingPerTimeCosts_itShouldBeSetCorrectly() {
|
||||
VehicleTypeImpl type = VehicleTypeImpl.Builder.newInstance("type").setCostPerTime(10).build();
|
||||
assertEquals(10.0, type.getVehicleCostParams().perTimeUnit, 0.0);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void whenHavingTwoTypesWithTheSameId_theyShouldBeEqual() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue