wangzilun
2022-04-06 79fc3d20c370b34bafb9f01033c4d1d9a247d935
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....");
    }
}