From 4aea8058dd7c176428a8fef8c3e5882a0dba1b3c Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期一, 15 七月 2024 11:26:48 +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