任务基本信息相关测试类调整(忘记了为何要改。。。)
This commit is contained in:
@@ -34,7 +34,7 @@ public class TasksServiceImpl extends ServiceImpl<TasksMapper, TaskEntity>
|
|||||||
public TasksListInfoResponse taskList() {
|
public TasksListInfoResponse taskList() {
|
||||||
|
|
||||||
TasksListInfoResponse result = new TasksListInfoResponse();
|
TasksListInfoResponse result = new TasksListInfoResponse();
|
||||||
|
//todo 补充返回内容
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ class TaskControllerTest {
|
|||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void setUp() {
|
void setUp() {
|
||||||
StpUtil.login("测试用户", "test_driver");
|
StpUtil.login("测试用户-创建任务", "test_driver");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user