Przeglądaj źródła

remove unnecessary code

kaori 4 lat temu
rodzic
commit
23d6b44d60

+ 0 - 1
packages/app/test/integration/service/user-groups.test.ts

@@ -69,7 +69,6 @@ describe('UserGroupService', () => {
     // Create UserGroupRelations
     await UserGroupRelation.insertMany([
       {
-        // _id: userGroupRelationId1,
         relatedGroup: userGroup4,
         relatedUser: user1,
         createdAt: new Date(),