From 5fc08072a59a478cc93c3f58e49b7ed01af58533 Mon Sep 17 00:00:00 2001
From: zhanglei <zhanglei9588@foxmail.com>
Date: Wed, 09 Mar 2022 13:28:36 +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