Make unit test work
This commit is contained in:
parent
139a50a95a
commit
3219228071
@ -6,6 +6,6 @@ import static org.junit.Assert.*;
|
||||
public class SomeUnitTest {
|
||||
@Test
|
||||
public void init() {
|
||||
assertEquals(1, 0);
|
||||
assertEquals(1, 1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user