Skip to content

Commit 5e40aa6

Browse files
committed
my new commit 3/24/15 -3
1 parent 703f8d5 commit 5e40aa6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chain/src/test/java/com/iluwatar/AppTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ public void test() {
1010
String test = "test6";
1111
App.main(args);
1212
}
13+
@Test
14+
public void test2() {
15+
String[] args = {};
16+
String test = "test6";
17+
App.main(args);
18+
}
1319
}

0 commit comments

Comments
 (0)