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