1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
This commit is contained in:
oblonski 2014-01-16 15:17:35 -05:00
parent 2993202d49
commit 4ad5e5670c

View file

@ -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();