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
commit 5055f348b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class PersonsRepositoryTest {
} }
@Test @Test
public void givenPersonsAdamAndDaveInDB_whenSearchForPersonWithNameAdam_thenFindOnePerson() { public void givenPersons_whenSearch_thenFindOk() {
Person person1 = new Person(); Person person1 = new Person();
person1.setFirstName("Adam"); person1.setFirstName("Adam");