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