wangzilun
2022-03-08 5ad75fd39e23258d1ccc7c1328cc0ed98d164e78
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....");
    }
}