#631 - Partial Response : Modify AppTest.

This commit is contained in:
Gopinath Langote 2017-09-22 12:33:11 +05:30
parent c63494cef2
commit 06b5c671f5

View File

@ -30,9 +30,11 @@ import org.junit.Test;
* Application test
*/
public class AppTest {
@Test
public void test() throws Exception {
public void main() throws Exception {
String[] args = {};
App.main(args);
}
}