From d72a11661408b04c7c204d1cfd9b818b3f6f8f9d Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 19 十二月 2024 14:59:51 +0800
Subject: [PATCH] 转小写匹配

---
 src/test/java/com/example/ImgCheckApplicationTests.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/java/com/example/ImgCheckApplicationTests.java b/src/test/java/com/example/ImgCheckApplicationTests.java
index 991fde3..bbce86d 100644
--- a/src/test/java/com/example/ImgCheckApplicationTests.java
+++ b/src/test/java/com/example/ImgCheckApplicationTests.java
@@ -1,9 +1,9 @@
 package com.example;
 
-import org.junit.jupiter.api.Test;
-//import org.springframework.boot.test.context.SpringBootTest;
+import org.junit.jupiter.api.Test;;
+import org.springframework.boot.test.context.SpringBootTest;
 
-//@SpringBootTest
+@SpringBootTest
 class ImgCheckApplicationTests {
 
     @Test

--
Gitblit v1.8.0