wangzilun
2022-03-09 70e02a61d8eda5d957e4a208751d47e15b1e01d7
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....");
    }
}