mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Pulled name change correction from sophiaDev
This commit is contained in:
parent
88bc05311a
commit
6cb72af443
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class OwnerTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void setPetsInternalgetPetsInternalTest() {
|
||||
public void setPetgetPetsTest() {
|
||||
Pet pet = new Pet();
|
||||
instance.addPet(pet);
|
||||
List<Pet> result = instance.getPets();
|
||||
|
|
Loading…
Reference in a new issue