wangzilun
2023-07-26 d5e93caf92342853cd9dc322745c97a8037ebe7b
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....");
    }
}