瀏覽代碼

resolve error

yohei0125 4 年之前
父節點
當前提交
08eeb6ceed
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/app/test/integration/service/v5.non-public-page.test.ts

+ 0 - 2
packages/app/test/integration/service/v5.non-public-page.test.ts

@@ -204,7 +204,6 @@ describe('PageService page operations with non-public pages', () => {
       },
       {
         _id: pageIdDelete2,
-        _id: pageIdDelete4,
         path: '/npdel2_ug',
         grant: Page.GRANT_USER_GROUP,
         grantedGroup: groupIdA,
@@ -416,7 +415,6 @@ describe('PageService page operations with non-public pages', () => {
     });
     describe('Delete single page with grant USER_GROUP', () => {
       test('should be able to delete', async() => {
-        _id: pageIdDelete4,
         const path = '/npdel2_ug';
         const page = await Page.findOne({ path, grantedGroup: groupIdA });
         expect(page).toBeTruthy();