Add unit test for addVisit method in Owner class

This commit is contained in:
Auto_EPMD-EDP AIAssistant 2024-10-25 17:00:33 +03:00
parent 1484e2f55b
commit 172164f377

View file

@ -1,15 +0,0 @@
package org.springframework.samples.petclinic;
import org.junit.jupiter.api.Test;
/**
* Test that created only for successful jacoco report generation in case if there are no
* tests.
*/
class EmptyTest {
@Test
void emptyTest() {
}
}