From 6db5272e2df8a27942f10c03d93183fc9b01e22a Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期一, 04 九月 2023 18:05:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
inspect-server/src/test/java/com/yuanchu/mom/InspectServerApplicationTests.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/inspect-server/src/test/java/com/yuanchu/mom/InspectServerApplicationTests.java b/inspect-server/src/test/java/com/yuanchu/mom/InspectServerApplicationTests.java
index 03d7150..ad11e08 100644
--- a/inspect-server/src/test/java/com/yuanchu/mom/InspectServerApplicationTests.java
+++ b/inspect-server/src/test/java/com/yuanchu/mom/InspectServerApplicationTests.java
@@ -1,7 +1,10 @@
package com.yuanchu.mom;
+
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
+
+
@SpringBootTest
class InspectServerApplicationTests {
@@ -9,5 +12,5 @@
@Test
void contextLoads() {
}
-
}
+
--
Gitblit v1.9.3