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