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