Browse Source

remove code

yohei0125 4 years ago
parent
commit
c56c97e225
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/test/integration/service/pagev5.test.ts

+ 0 - 1
packages/app/test/integration/service/pagev5.test.ts

@@ -825,7 +825,6 @@ describe('PageService page operations with only public pages', () => {
     await User.deleteMany({});
     await Bookmark.deleteMany({});
     await Comment.deleteMany({});
-    await PageRedirect.deleteMany({});
     await ShareLink.deleteMany({});
   });
 });