Browse Source

refactor comment

yuken 3 years ago
parent
commit
acbe143b68

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

@@ -757,7 +757,7 @@ describe('PageService page operations with non-public pages', () => {
         expect(_page2).toBeTruthy();
         expect(_page2).toBeTruthy();
         expect(_page3).toBeTruthy();
         expect(_page3).toBeTruthy();
         expect(_pageT.descendantCount).toBe(1);
         expect(_pageT.descendantCount).toBe(1);
-        // isGrantNormalized is called when GRANT RESTRICTED
+        // isGrantNormalized is not called when GRANT RESTRICTED
         expect(isGrantNormalizedSpy).toBeCalledTimes(0);
         expect(isGrantNormalizedSpy).toBeCalledTimes(0);
       });
       });
     });
     });