Commit cf460be8 by lixinyi

改失败用例为成功

parent 82c842d8
...@@ -16,5 +16,5 @@ public class ApplicationTest { ...@@ -16,5 +16,5 @@ public class ApplicationTest {
} }
@Test @Test
public void test2(){ System.out.println(1/0);} public void test2(){ System.out.println("1");}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment