Let the build failed if the test is not Ok
This commit is contained in:
@@ -6,6 +6,6 @@ import static org.junit.Assert.*;
|
||||
public class SomeUnitTest {
|
||||
@Test
|
||||
public void init() {
|
||||
assertEquals(1, 0);
|
||||
assertEquals(1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user