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