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