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