소스 검색

remove empty line

yohei0125 4 년 전
부모
커밋
6f3065abe5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/test/integration/service/v5.non-public-page.test.ts

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

@@ -79,7 +79,6 @@ describe('PageService page operations with non-public pages', () => {
     const groupIdA = new mongoose.Types.ObjectId();
     const groupIdB = new mongoose.Types.ObjectId();
     const groupIdC = new mongoose.Types.ObjectId();
-
     await UserGroup.insertMany([
       {
         _id: groupIdIsolate,