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