Shun Miyazawa hace 4 años
padre
commit
0397928b1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/test/service/page.test.js

+ 1 - 1
packages/app/src/test/service/page.test.js

@@ -321,7 +321,7 @@ describe('PageService', () => {
       expect(await Page.findOne({ path: '/level1/child' })).not.toBeNull();
       expect(await Page.findOne({ path: '/level1/level2' })).toBeNull();
       expect(await Page.findOne({ path: '/level1/level2/child' })).toBeNull();
-      // The changed path is duplicated with the existing path (/level1/level2), so it will not be changed.
+      // The changed path is duplicated with the existing path (/level1/level2), so it will not be changed
       expect(await Page.findOne({ path: '/level1/level2/level2' })).not.toBeNull();
 
       // Check that pages that are not to be renamed have not been renamed