From e13e0c605668aea41d7e46ee96c0953241704117 Mon Sep 17 00:00:00 2001
From: chengling <chengling@hbbohua.com>
Date: Fri, 22 Apr 2022 14:04:45 +0800
Subject: [PATCH] master22
---
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 cfbb761..f0d982a 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....");
+ System.out.println("hello test....22");
}
}
--
Gitblit v1.9.1