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