任务基本信息相关测试类调整(忘记了为何要改。。。)

This commit is contained in:
guo
2024-08-11 08:28:06 +08:00
parent 61b7d06094
commit da0f58b08b
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@ public class TasksServiceImpl extends ServiceImpl<TasksMapper, TaskEntity>
public TasksListInfoResponse taskList() {
TasksListInfoResponse result = new TasksListInfoResponse();
//todo 补充返回内容
return result;
}
@@ -45,7 +45,7 @@ class TaskControllerTest {
@BeforeEach
void setUp() {
StpUtil.login("测试用户", "test_driver");
StpUtil.login("测试用户-创建任务", "test_driver");
}
@Test