Compare commits

..

No commits in common. "7eeabe2667915cb7ebedc38ff244fe872f45c778" and "f69b354b54f291d28247eafed4c95e9fe00fa1fa" have entirely different histories.

View File

@ -5,8 +5,4 @@ import static org.junit.jupiter.api.Assertions.*;
public class AppTest {
@Test public void testGreet() { App app = new App(); assertEquals("Hello, World!", app.greet()); }
@Test
public void test1() {
int a = 5;
}
}