Changed test name in OwnerTest.java

This commit is contained in:
sophiaquach16 2018-02-24 11:52:42 -05:00
parent 06e40afe67
commit 7c36089f6f

View file

@ -53,7 +53,7 @@ public class OwnerTest {
}
@Test
public void setPetsInternalgetPetsInternalTest() {
public void setPetgetPetsTest() {
Pet pet = new Pet();
instance.addPet(pet);
List<Pet> result = instance.getPets();