wangzilun
2023-07-27 8331430d0bfee9277b4855535c3fcdcac7e982cc
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....");
    }
}