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