mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
mod test
This commit is contained in:
parent
2993202d49
commit
4ad5e5670c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import org.junit.Test;
|
|||
public class ServiceTest {
|
||||
|
||||
@Test
|
||||
public void whenTwoServicesHaveTheSameId_theyReferencesShouldBeUnEqual(){
|
||||
public void whenTwoServicesHaveTheSameId_theirReferencesShouldBeUnEqual(){
|
||||
Service one = Service.Builder.newInstance("service", 10).setLocationId("foo").build();
|
||||
Service two = Service.Builder.newInstance("service", 10).setLocationId("fo").build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue