Jenkins & SQ Test Commit

- readded failed test in case of jenkins job testing
This commit is contained in:
Artem Dobrynin 2019-08-14 12:07:21 +04:00
parent 405b356667
commit 31f14d69b8

View file

@ -8,7 +8,7 @@ public class AlwaysFailTests {
@Test @Test
public void failTest() throws Exception { public void failTest() throws Exception {
assertEquals(2, 2); assertEquals(1, 2);
} }
} }