chengyuhong
2023-12-22 2c6e8c54ce3b714c71a10819e2c26f70e47cade3
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -6,5 +6,7 @@
    @Test
    public void test1(){
        System.out.println("hello test....");
        System.out.println("hello test2....");
        System.out.println("hello test3...");
    }
}