wangzilun
2022-03-08 ed119db44df9abe8d8ff489558fbb13b819e0b38
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....");
    }
}