refactor(测试计划): 脑图保存同名校验单元测试补充
This commit is contained in:
parent
12719e6774
commit
6f5b9c740b
|
@ -120,6 +120,7 @@ public class TestPlanCollectionMinderControllerTests extends BaseTest {
|
|||
Assertions.assertTrue(CollectionUtils.isNotEmpty(testPlanCollections));
|
||||
editList = new ArrayList<>();
|
||||
editList.add(deleteDTO);
|
||||
editList.add(deleteDTO);
|
||||
request.setEditList(editList);
|
||||
this.requestPost(EDIT_MIND, request).andExpect(status().is5xxServerError());;
|
||||
testPlanCollectionExample = new TestPlanCollectionExample();
|
||||
|
|
Loading…
Reference in New Issue