fix(测试计划): 更改测试计划单元测试的包名

更改测试计划单元测试的包名
This commit is contained in:
song-tianyang 2023-05-24 16:28:32 +08:00 committed by 建国
parent 9ae14472ab
commit 5fe115c70b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package io.metersphere.system; package io.metersphere.plan;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -1,4 +1,4 @@
package io.metersphere.system.controller; package io.metersphere.plan.controller;
import io.metersphere.plan.domain.TestPlan; import io.metersphere.plan.domain.TestPlan;
import io.metersphere.sdk.util.JSON; import io.metersphere.sdk.util.JSON;