From 53f87dc1e7015e9033e96cd1c2c564a71ad59be0 Mon Sep 17 00:00:00 2001
From: chengling <chengling@hbbohua.com>
Date: Fri, 22 Apr 2022 14:32:05 +0800
Subject: [PATCH] master7
---
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 5572697..d5de379 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....5");
+ System.out.println("hello test....7");
}
}
--
Gitblit v1.9.1