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