zahmis 5 лет назад
Родитель
Сommit
2706d973d1
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/test/service/page.test.js

+ 0 - 1
src/test/service/page.test.js

@@ -360,7 +360,6 @@ describe('PageService', () => {
 
 
       await crowi.pageService.duplicateTags(pageIdMapping);
       await crowi.pageService.duplicateTags(pageIdMapping);
       const parentoForDuplicateTags = await PageTagRelation.find({ relatedPage: parentForDuplicate });
       const parentoForDuplicateTags = await PageTagRelation.find({ relatedPage: parentForDuplicate });
-
       const pageTagRelationAfterDuplicated = await PageTagRelation.find({ relatedPage: newPageDummy });
       const pageTagRelationAfterDuplicated = await PageTagRelation.find({ relatedPage: newPageDummy });
 
 
       expect(pageTagRelationAfterDuplicated[0].relatedTag).toEqual(parentoForDuplicateTags[0].relatedTag);
       expect(pageTagRelationAfterDuplicated[0].relatedTag).toEqual(parentoForDuplicateTags[0].relatedTag);