Simulate false unit test
This commit is contained in:
parent
4bf7fb23f6
commit
eb33074a0e
|
@ -6,6 +6,6 @@ import static org.junit.Assert.*;
|
|||
public class SomeUnitTest {
|
||||
@Test
|
||||
public void init() {
|
||||
assertEquals(1, 1);
|
||||
assertEquals(1, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue