Merge pull request #3255 from eugenp/BAEL-1304

change test name
This commit is contained in:
Loredana Crusoveanu
2017-12-16 11:07:43 +02:00
committed by GitHub
@@ -32,7 +32,7 @@ public class PersonsRepositoryTest {
}
@Test
public void givenPersonsAdamAndDaveInDB_whenSearchForPersonWithNameAdam_thenFindOnePerson() {
public void givenPersons_whenSearch_thenFindOk() {
Person person1 = new Person();
person1.setFirstName("Adam");