wangzilun
2022-03-09 6bf72c48a105e84128d0e481fd80aa71d8f24ca6
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....");
    }
}