zhanglei
2022-03-09 91bbe19c80c6b785d10902694c55a7980f6cb82e
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....");
    }
}