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