mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Add unit test for addVisit method in Owner class
This commit is contained in:
parent
1484e2f55b
commit
172164f377
1 changed files with 0 additions and 15 deletions
|
@ -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() {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue