From 3a51e7c56e67ce5c10901d4816ed53cd1765a7e9 Mon Sep 17 00:00:00 2001
From: zhanglei <zhanglei9588@foxmail.com>
Date: Wed, 13 Apr 2022 09:54:43 +0800
Subject: [PATCH] test4
---
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