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 });