wangzilun
2022-03-09 77dcdaf1cd704d4e83b5877705f079c5abfe0e86
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....");
    }
}