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