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