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