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