change test name
This commit is contained in:
parent
6e0f93def2
commit
f7c32aabb1
@ -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");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user