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