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