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