mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05: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
|
||||
void testDemo() {
|
||||
assertEquals(1, 2);
|
||||
assertEquals(2, 2);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue