mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
jenkins trigger commit test
This commit is contained in:
parent
6e4c31c681
commit
a253fa8fa7
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
package org.springframework.samples.petclinic.custom;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
import org.springframework.util.Assert;
|
||||||
|
|
||||||
|
public class CustomTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void alwaysTrueTest() {
|
||||||
|
Assert.isTrue(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue