Explorar o código

change file name

yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
b95199d47e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/app/test/integration/service/v5-page.test.ts

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

@@ -354,6 +354,7 @@ describe('PageService page operations with only public pages', () => {
     test('Should rename/move empty page', async() => {
       const parentPage = await Page.findOne({ path: '/v5_ParentForRename7' });
       const childPage = await Page.findOne({ path: '/v5_ChildForRename7' });
+
       expectAllToBeTruthy([parentPage, childPage]);
       expect(childPage.isEmpty).toBe(true);