zhanglei
2022-04-13 7ec1fa3ef9067d6be2ff8c64756747de5571e48c
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....");
    }
}