This commit is contained in:
Dassi Orleando 2017-12-27 06:46:36 +01:00
commit 139a50a95a
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ import static org.junit.Assert.*;
public class SomeUnitTest {
@Test
public void init() {
assertEquals(1, 1);
assertEquals(1, 0);
}
}