mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Fix tests
This commit is contained in:
parent
ab8fece887
commit
45064fb098
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class PetClinicIntegrationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testDemo() {
|
void testDemo() {
|
||||||
assertEquals(1, 2);
|
assertEquals(2, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in a new issue