From 31b5e9a5f80d0f488aa63feecabd0d981ca8f3cd Mon Sep 17 00:00:00 2001
From: chengling <chengling@hbbohua.com>
Date: Fri, 22 Apr 2022 14:14:10 +0800
Subject: [PATCH] master6

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

diff --git a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
index 40819c1..b1eb5b3 100644
--- a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
+++ b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -5,6 +5,6 @@
 public class HelloWorldTest {
     @Test
     public void test1(){
-        System.out.println("hello test....44");
+        System.out.println("hello test....6");
     }
 }

--
Gitblit v1.9.1