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