From 77d3e99697defe30e74706c768d0a0ab37e15359 Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Tue, 08 Mar 2022 16:44:49 +0800
Subject: [PATCH] 添加一行

---
 src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
index cfbb761..275eb3c 100644
--- a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
+++ b/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....");
     }
 }

--
Gitblit v1.9.1