فهرست منبع

refactor test

yuken 4 سال پیش
والد
کامیت
3619474622
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/test/integration/service/v5.non-public-page.test.ts

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

@@ -787,7 +787,7 @@ describe('PageService page operations with non-public pages', () => {
         expect(_pageN.parent).toStrictEqual(_page2._id);
         expect(_pageT.descendantCount).toStrictEqual(1);
         // isGrantNormalized is called when GRANT PUBLIC
-        expect(isGrantNormalizedSpy).toBeCalledTimes(0);
+        expect(isGrantNormalizedSpy).toBeCalledTimes(1);
       });
     });