From 2c4fabee7fd270185a1a56545b0888a9b5027616 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期三, 18 十二月 2024 17:39:15 +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