Jenkins & SQ Test Commit

- removed failed test in case of jenkins job testing
This commit is contained in:
Artem Dobrynin 2019-08-14 13:11:11 +04:00
parent 31f14d69b8
commit 3459ebb768

View file

@ -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);
} }
} }