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