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