Skip to content

Commit 06b5c67

Browse files
iluwatar#631 - Partial Response : Modify AppTest.
1 parent c63494c commit 06b5c67

File tree

1 file changed

+3
-1
lines changed
  • partial-response/src/test/java/com/iluwatar/partialresponse

1 file changed

+3
-1
lines changed

partial-response/src/test/java/com/iluwatar/partialresponse/AppTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
* Application test
3131
*/
3232
public class AppTest {
33+
3334
@Test
34-
public void test() throws Exception {
35+
public void main() throws Exception {
3536
String[] args = {};
3637
App.main(args);
3738
}
39+
3840
}

0 commit comments

Comments
 (0)