mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +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
|
@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