kaori 4 년 전
부모
커밋
c52538aef1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/test/integration/service/user-groups.test.ts

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

@@ -113,7 +113,7 @@ describe('UserGroupService', () => {
   });
 
   // In case that forceUpdateParents is false
-  test('Should throw an error when users in clild group do not include in parent group', async() => {
+  test('Should throw an error when users in child group do not include in parent group', async() => {
     const userGroup4 = await UserGroup.findOne({ _id: groupId4 });
     const userGroup5 = await UserGroup.findOne({ _id: groupId5 });