mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Jenkins & SQ Test Commit
- readded failed test in case of jenkins job testing
This commit is contained in:
parent
405b356667
commit
31f14d69b8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ public class AlwaysFailTests {
|
|||
|
||||
@Test
|
||||
public void failTest() throws Exception {
|
||||
assertEquals(2, 2);
|
||||
assertEquals(1, 2);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue