yohei0125 4 سال پیش
والد
کامیت
8e5e1c315a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/app/test/integration/service/pagev5.test.ts

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

@@ -741,7 +741,6 @@ describe('PageService page operations with only public pages', () => {
       expect(xssSpy).toHaveBeenCalled();
       expect(duplicatedPage.path).toBe(newPagePath);
       expect(duplicatedChild.isEmpty).toBe(true);
-      expect(duplicatedGrandchild).toBe(true);
       expectAllToBeTruthy([duplicatedGrandchild]);
     });
     test('Should duplicate tags', async() => {