mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
N001-Test new issue
This commit is contained in:
parent
923e2b7aa3
commit
ddfd1c9ff9
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ public class PetClinicIntegrationTests {
|
||||||
assertThat(result.getStatusCode()).isEqualTo(HttpStatus.OK);
|
assertThat(result.getStatusCode()).isEqualTo(HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void testNewIssue() {
|
||||||
|
assertThat(1).isLessThan(2);
|
||||||
|
}
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(PetClinicApplication.class, args);
|
SpringApplication.run(PetClinicApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue