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