From b212ef0208cb094f63ea8a239a1361f8e859c839 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期一, 08 七月 2024 17:40:39 +0800 Subject: [PATCH] 2024.7.8 --- src/test/kotlin/cn/flightfeather/supervision/business/datafetch/FetchNightConstructionTest.kt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/test/kotlin/cn/flightfeather/supervision/datafetch/FetchNightConstructionTest.kt b/src/test/kotlin/cn/flightfeather/supervision/business/datafetch/FetchNightConstructionTest.kt similarity index 86% rename from src/test/kotlin/cn/flightfeather/supervision/datafetch/FetchNightConstructionTest.kt rename to src/test/kotlin/cn/flightfeather/supervision/business/datafetch/FetchNightConstructionTest.kt index 2878288..3f5cb1f 100644 --- a/src/test/kotlin/cn/flightfeather/supervision/datafetch/FetchNightConstructionTest.kt +++ b/src/test/kotlin/cn/flightfeather/supervision/business/datafetch/FetchNightConstructionTest.kt @@ -1,8 +1,7 @@ -package cn.flightfeather.supervision.datafetch +package cn.flightfeather.supervision.business.datafetch import cn.flightfeather.supervision.SupervisionApplication import org.junit.Test -import org.junit.jupiter.api.Assertions.* import org.junit.runner.RunWith import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.test.context.SpringBootTest -- Gitblit v1.9.3