wangzilun
2022-03-08 1961203b2c9c03e98791bdee99c79cc75c972fe8
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -6,5 +6,6 @@
    @Test
    public void test1(){
        System.out.println("hello test....");
        System.out.println("hello test2....");
    }
}