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