From 1e374d22f072fb1c4d1fddd122477712527d5af2 Mon Sep 17 00:00:00 2001 From: chenxudong Date: Mon, 26 May 2025 15:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electrmangnetic/src/test/java/Test1.java | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/electrmangnetic/src/test/java/Test1.java b/electrmangnetic/src/test/java/Test1.java index 6e13839..3ce89b0 100644 --- a/electrmangnetic/src/test/java/Test1.java +++ b/electrmangnetic/src/test/java/Test1.java @@ -1,15 +1,12 @@ import com.electromagnetic.industry.software.manage.Application; -import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; -import java.net.MalformedURLException; - @SpringBootTest(classes = Application.class) public class Test1 { - @Test - public void test() throws MalformedURLException { - - } +// @Test +// public void test() throws MalformedURLException { +// +// } }