Shun Miyazawa 4 anni fa
parent
commit
0397928b1e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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