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