chengyuhong
2023-11-17 ab33e56767266feb66284d6f104da32a8065cc91
测试
1 files modified
2 ■■■ changed files
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java 2 ●●● patch | view | raw | blame | history
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -5,6 +5,6 @@
public class HelloWorldTest {
    @Test
    public void test1(){
        System.out.println("hello test....7");
        System.out.println("hello test....0");
    }
}