mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Changed test name in OwnerTest.java
This commit is contained in:
parent
06e40afe67
commit
7c36089f6f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class OwnerTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void setPetsInternalgetPetsInternalTest() {
|
public void setPetgetPetsTest() {
|
||||||
Pet pet = new Pet();
|
Pet pet = new Pet();
|
||||||
instance.addPet(pet);
|
instance.addPet(pet);
|
||||||
List<Pet> result = instance.getPets();
|
List<Pet> result = instance.getPets();
|
||||||
|
|
Loading…
Reference in a new issue